次の方法で共有


AbstractEntityInstance.SharedEntityState プロパティ (Microsoft.Office.Server.ApplicationRegistry.Runtime)

派生クラスで上書きする際に、このエンティティ インスタンスの SharedEntityState オブジェクトを取得します。

名前空間: 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; }

プロパティ値

このエンティティ インスタンスの SharedEntityState オブジェクト。

備考

SharedEntityState オブジェクトは、エンティティおよびルート TypeDescriptor の名前など、エンティティの使用期間全体にわたってひんぱんに再計算される情報をキャッシュします。

関連項目

参照

AbstractEntityInstance クラス
AbstractEntityInstance メンバ
Microsoft.Office.Server.ApplicationRegistry.Runtime 名前空間