WebDescriptionAttribute.DescriptionValue Propriedade
Definição
Obtém ou define a dica de ferramenta a ser exibida no controle PropertyGridEditorPart.Gets or sets the ToolTip to display in the PropertyGridEditorPart control.
protected:
property System::String ^ DescriptionValue { System::String ^ get(); void set(System::String ^ value); };
protected string DescriptionValue { get; set; }
member this.DescriptionValue : string with get, set
Protected Property DescriptionValue 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 DescriptionValue propriedade Obtém ou define o mesmo valor que é acessado por meio da Description propriedade.The DescriptionValue property gets or sets the same value that is accessed through the Description property. A DescriptionValue propriedade é protegida e, portanto, só pode ser acessada dentro da classe ou por meio de uma classe derivada.The DescriptionValue property is protected and therefore only accessible either within the class or through a derived class.