PolicyAssertionCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.