HyperLinkField.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
要格式化的文本值。
返回
已格式化的文本值。
注解
该方法FormatDataTextValue是一种帮助程序方法,用于使用属性指定的DataTextFormatString格式字符串设置对象中HyperLinkField超链接的标题文本的格式。
备注
此方法主要由控件开发人员使用。