次の方法で共有


PolicyAssertionCollection コンストラクター

定義

PolicyAssertionCollection クラスの新しいインスタンスを初期化します。

オーバーロード

PolicyAssertionCollection()

PolicyAssertionCollection クラスの新しいインスタンスを初期化します。

PolicyAssertionCollection(IEnumerable<XmlElement>)

指定した PolicyAssertionCollection オブジェクトを使用して、XmlElement クラスの新しいインスタンスを初期化します。

PolicyAssertionCollection()

PolicyAssertionCollection クラスの新しいインスタンスを初期化します。

public:
 PolicyAssertionCollection();
public PolicyAssertionCollection ();
Public Sub New ()

適用対象

PolicyAssertionCollection(IEnumerable<XmlElement>)

指定した PolicyAssertionCollection オブジェクトを使用して、XmlElement クラスの新しいインスタンスを初期化します。

public:
 PolicyAssertionCollection(System::Collections::Generic::IEnumerable<System::Xml::XmlElement ^> ^ elements);
public PolicyAssertionCollection (System.Collections.Generic.IEnumerable<System.Xml.XmlElement> elements);
new System.ServiceModel.Description.PolicyAssertionCollection : seq<System.Xml.XmlElement> -> System.ServiceModel.Description.PolicyAssertionCollection
Public Sub New (elements As IEnumerable(Of XmlElement))

パラメーター

elements
IEnumerable<XmlElement>

コレクションに含めるポリシー アサーション。

適用対象