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

When overridden in a derived class, gets the SharedEntityState object for this entity instance.

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

语法

声明
Protected Overridable ReadOnly Property SharedEntityState As SharedEntityState
用法
Dim value As SharedEntityState

value = Me.SharedEntityState
protected virtual SharedEntityState SharedEntityState { get; }

属性值

A SharedEntityState object for this entity instance.

备注

A SharedEntityState object caches commonly recalculated information over the life of an entity, such as entity and root TypeDescriptor names.

另请参阅

参考

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