SharedEntityState.TargetEntityIdentifierTypeDescriptors 属性 (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets the type descriptors for the identifiers in the target entity for the entity instance.

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

语法

声明
Public ReadOnly Property TargetEntityIdentifierTypeDescriptors As IEnumerator(Of TypeDescriptor)
用法
Dim instance As SharedEntityState
Dim value As IEnumerator(Of TypeDescriptor)

value = instance.TargetEntityIdentifierTypeDescriptors
public IEnumerator<TypeDescriptor> TargetEntityIdentifierTypeDescriptors { get; }

属性值

A list of identifier type descriptors.

另请参阅

参考

SharedEntityState 类
SharedEntityState 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间