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>
将包含到集合中的策略断言。