MetaColumn.UIHint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料欄位指定的欄位範本名稱。
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 屬性會回傳一個空字串。