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

Parameter オブジェクトのコレクションを表します。

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

構文

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

継承階層

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

スレッドの安全性

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

関連項目

参照

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