共用方式為


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>

集合要包含的原則判斷提示。

適用於