WebDisplayNameAttribute.DisplayNameValue 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.
Obtient ou définit le nom à afficher dans le contrôle PropertyGridEditorPart.
protected:
property System::String ^ DisplayNameValue { System::String ^ get(); void set(System::String ^ value); };
protected string DisplayNameValue { get; set; }
member this.DisplayNameValue : string with get, set
Protected Property DisplayNameValue As String
Valeur de propriété
String contenant la valeur à afficher dans un PropertyGridEditorPart.
Remarques
La DisplayNameValue propriété obtient ou définit la même valeur accessible via la DisplayName propriété. La DisplayNameValue propriété est protégée et donc accessible uniquement au sein de la classe ou par le biais d’une classe dérivée.