Share via


WebDescriptionAttribute.DescriptionValue プロパティ

定義

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 保護されているため、 クラス内または派生クラスを介してのみアクセスできます。

適用対象