DesignerAction.PropertyName Proprietà

Definizione

Rappresenta il nome della proprietà a cui è associato l'oggetto DesignerAction .

public:
 property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
Public Property PropertyName As String

Valore della proprietà

Oggetto String contenente il nome della proprietà.

Commenti

Nell'editor di proprietà la proprietà che corrisponde a PropertyName di DesignerAction fornisce un segnale visivo che segnala la presenza di un oggetto associato DesignerAction.

Si applica a