PolicyAssertionCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
コレクションに含めるポリシー アサーション。