WebDescriptionAttribute.DescriptionValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定顯示於 PropertyGridEditorPart 控制項的工具提示。
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
屬性值
String,其中包含要顯示在 PropertyGridEditorPart 中的值。
備註
屬性 DescriptionValue 會取得或設定透過 屬性存取的 Description 相同值。 屬性 DescriptionValue 受到保護,因此只能在 類別內或透過衍生類別存取。