ProfilePropertyLoader.ApplyFormattingEx 方法 (Property, Object[])

用于呈现格式化 HTML 字符串形式返回属性值。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Public Function ApplyFormattingEx ( _
    prop As Property, _
    propValue As Object() _
) As String
用法
Dim instance As ProfilePropertyLoader
Dim prop As [Property]
Dim propValue As Object()
Dim returnValue As String

returnValue = instance.ApplyFormattingEx(prop, _
    propValue)
public string ApplyFormattingEx(
    Property prop,
    Object[] propValue
)

参数

  • propValue
    类型:[]

    要设置格式的值。

返回值

类型:System.String
作为已格式化的 HTML 字符串值。

备注

此方法将格式应用于根据属性类型的值,并应用突出显示如果属性已更改。

另请参阅

引用

ProfilePropertyLoader 类

ProfilePropertyLoader 成员

ApplyFormattingEx 重载

Microsoft.SharePoint.Portal.WebControls 命名空间