DesignerAction.PropertyName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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é.