Partage via


WebDisplayNameAttribute.DisplayNameValue Propriété

Définition

Obtient ou définit le nom à afficher dans le PropertyGridEditorPart contrôle.

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é

Contenant String 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, par conséquent, accessible uniquement dans la classe ou par le biais d’une classe dérivée.

S’applique à