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>

将包含到集合中的策略断言。

适用于