Sdílet prostřednictvím


PolicyAssertionCollection Konstruktory

Definice

Inicializuje novou instanci PolicyAssertionCollection třídy .

Přetížení

PolicyAssertionCollection()

Inicializuje novou instanci PolicyAssertionCollection třídy .

PolicyAssertionCollection(IEnumerable<XmlElement>)

Inicializuje novou instanci třídy PolicyAssertionCollection pomocí zadaných XmlElement objektů.

PolicyAssertionCollection()

Inicializuje novou instanci PolicyAssertionCollection třídy .

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

Platí pro

PolicyAssertionCollection(IEnumerable<XmlElement>)

Inicializuje novou instanci třídy PolicyAssertionCollection pomocí zadaných XmlElement objektů.

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))

Parametry

elements
IEnumerable<XmlElement>

Kontrolní výrazy zásad, které má kolekce obsahovat.

Platí pro