TypeDescriptorCollection クラス (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
TypeDescriptor コレクションを表します。
名前空間: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class TypeDescriptorCollection
Inherits List(Of TypeDescriptor)
'使用
Dim instance As TypeDescriptorCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
public class TypeDescriptorCollection : List<TypeDescriptor>
継承階層
System.Object
System.Collections.Generic.List
Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptorCollection
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
TypeDescriptorCollection メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間