WebDisplayNameAttribute.DisplayNameValue Propriedade
Definição
Obtém ou define o nome a ser exibido no controle PropertyGridEditorPart.Gets or sets the name to display in the PropertyGridEditorPart control.
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 da propriedade
Um String que contém o valor a ser exibido em um PropertyGridEditorPart .A String containing the value to display in a PropertyGridEditorPart.
Comentários
A DisplayNameValue propriedade Obtém ou define o mesmo valor que é acessado por meio da DisplayName propriedade.The DisplayNameValue property gets or sets the same value that is accessed through the DisplayName property. A DisplayNameValue propriedade é protegida e, portanto, só pode ser acessada dentro da classe ou por meio de uma classe derivada.The DisplayNameValue property is protected and therefore only accessible either within the class or through a derived class.