WebDisplayNameAttribute.DisplayNameValue Propriété

Définition

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

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.

S’applique à