共用方式為


MetaColumn.UIHint 屬性

定義

取得為資料欄位指定的欄位樣板名稱。

public:
 property System::String ^ UIHint { System::String ^ get(); };
public:
 virtual property System::String ^ UIHint { System::String ^ get(); };
public string UIHint { get; }
public virtual string UIHint { get; }
member this.UIHint : string
Public ReadOnly Property UIHint As String
Public Overridable ReadOnly Property UIHint As String

屬性值

為資料欄位指定的欄位樣板名稱。

備註

屬性 UIHint 會驗證屬性是否 UIHintAttribute 套用至資料欄位,並擷取屬性的值 UIHintAttribute.UIHintUIHintAttribute如果屬性未套用至資料欄位,則 UIHint 屬性會傳回空字串。

適用於

另請參閱