IEntityInstance.GetFormatted 方法 (Field) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets the value of the specified field after applying complex formatting.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Function GetFormatted ( _
field As Field _
) As Object
用法
Dim instance As IEntityInstance
Dim field As Field
Dim returnValue As Object
returnValue = instance.GetFormatted(field)
Object GetFormatted (
Field field
)
参数
- field
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 命名空间