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

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

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

语法

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

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

参数

  • propValue
    类型:[]

    要设置格式的值。

  • ignoreFormat
    类型:System.Boolean

    不应应用true来指示的格式设置基于属性类型 ;否则为false。

返回值

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

备注

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

另请参阅

引用

ProfilePropertyLoader 类

ProfilePropertyLoader 成员

ApplyFormattingEx 重载

Microsoft.SharePoint.Portal.WebControls 命名空间