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.UIHint 屬性的值。 若 UIHintAttribute 未套用屬性於資料欄位,該 UIHint 屬性會回傳一個空字串。

適用於

另請參閱