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>
集合要包含的原則判斷提示。