Partager via


DesignerAction.PropertyName Propriété

Définition

Représente le nom de la propriété à laquelle le DesignerAction est associé.

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

Valeur de propriété

String

String qui contient le nom de la propriété.

Remarques

Dans l'éditeur de propriétés, la propriété qui correspond au PropertyName du DesignerAction fournit un signal visuel qui indique la présence d'un DesignerAction associé.

S’applique à