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 屬性會傳回空字串。