AutoGeneratedField.DataFormatString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,指定 AutoGeneratedField 物件中每個影像之替代文字的呈現格式。
public:
virtual property System::String ^ DataFormatString { System::String ^ get(); void set(System::String ^ value); };
public override string DataFormatString { get; set; }
member this.DataFormatString : string with get, set
Public Overrides Property DataFormatString As String
屬性值
永遠傳回空字串 ("")。
例外狀況
嘗試設定這個屬性。
備註
屬性 DataFormatString 是用來將特殊格式套用至 物件中顯示的 AutoGeneratedField 值。
注意
這個版本的 屬性已經實作,一律會傳回空字串,以指出未將特殊格式設定套用至域值。 無法設定這個屬性。