IEntityInstance.GetFormatted 方法 (String) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets the value of the field with the specified name after applying complex formatting.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Function GetFormatted ( _
    fieldName As String _
) As Object
用法
Dim instance As IEntityInstance
Dim fieldName As String
Dim returnValue As Object

returnValue = instance.GetFormatted(fieldName)
Object GetFormatted (
    string fieldName
)

参数

  • fieldName
    The name of a Field object in the entity instance that represents a complex structure.

返回值

A Field object that represents the flattened complex structure.

另请参阅

参考

IEntityInstance 接口
IEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间