WebDisplayNameAttribute.DisplayNameValue Propiedad

Definición

Obtiene o establece el nombre que va a aparecer en el control 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

Valor de propiedad

String

String que contiene el valor que se va a mostrar en un editor PropertyGridEditorPart.

Comentarios

La DisplayNameValue propiedad obtiene o establece el mismo valor al que se tiene acceso a través de la DisplayName propiedad . La DisplayNameValue propiedad está protegida y, por tanto, solo es accesible dentro de la clase o a través de una clase derivada.

Se aplica a