HyperLinkColumn.FormatDataTextValue(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 DataTextFormatString 屬性指定的格式,格式化資料繫結的文字標題。
protected:
virtual System::String ^ FormatDataTextValue(System::Object ^ dataTextValue);
protected virtual string FormatDataTextValue (object dataTextValue);
abstract member FormatDataTextValue : obj -> string
override this.FormatDataTextValue : obj -> string
Protected Overridable Function FormatDataTextValue (dataTextValue As Object) As String
參數
- dataTextValue
- Object
要格式化的資料繫結的 URL。
傳回
資料繫結的文字標題,其格式由 DataTextFormatString 屬性所指定。
備註
使用 方法, FormatDataTextValue 使用 屬性所 DataTextFormatString 指定的格式來格式化資料系結文字標題值。