PolicyAssertionCollection Konstruktory

Definice

Inicializuje novou instanci PolicyAssertionCollection třídy.

Přetížení

Name Description
PolicyAssertionCollection()

Inicializuje novou instanci PolicyAssertionCollection třídy.

PolicyAssertionCollection(IEnumerable<XmlElement>)

Inicializuje novou instanci PolicyAssertionCollection třídy 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 PolicyAssertionCollection třídy 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é kolekce obsahuje.

Platí pro