Gets the value of the specified field after applying complex formatting.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Function GetFormatted ( _
field As Field _
) As Object
用法
Dim instance As AbstractEntityInstance
Dim field As Field
Dim returnValue As Object
returnValue = instance.GetFormatted(field)
public Object GetFormatted (
Field field
)
参数
- field
A Field object in the entity instance that represents a complex structure.
返回值
An object that represents the flattened complex structure.
另请参阅
参考
AbstractEntityInstance 类
AbstractEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间