次の方法で共有


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

エンティティに含まれるメンバの型記述子のリストを取得します。

名前空間: Microsoft.Office.Server.ApplicationRegistry.Runtime
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public ReadOnly Property MemberTypeDescriptorDictionary As IDictionary(Of String, TypeDescriptorCollection)
'使用
Dim instance As SharedEntityState
Dim value As IDictionary(Of String, TypeDescriptorCollection)

value = instance.MemberTypeDescriptorDictionary
public IDictionary<string,TypeDescriptorCollection> MemberTypeDescriptorDictionary { get; }

プロパティ値

エンティティ内のメンバの型記述子の値リスト。

関連項目

参照

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