IdentifierCollection クラス (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

エンティティに関連付けられている識別子のコレクションを表します。

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

構文

'宣言
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class IdentifierCollection
    Inherits List(Of Identifier)
'使用
Dim instance As IdentifierCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class IdentifierCollection : List<Identifier>

継承階層

System.Object
   System.Collections.Generic.List
    Microsoft.Office.Server.ApplicationRegistry.MetadataModel.IdentifierCollection

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

IdentifierCollection メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間