WebDisplayNameAttribute.DisplayNameValue 屬性

定義

取得或設定顯示於 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

屬性值

String

String,其中包含要顯示在 PropertyGridEditorPart 中的值。

備註

屬性 DisplayNameValue 會取得或設定透過 屬性存取的 DisplayName 相同值。 屬性 DisplayNameValue 受到保護,因此只能在 類別內或透過衍生類別存取。

適用於