PolicyImporterElement 构造函数

定义

初始化 PolicyImporterElement 类的新实例。

重载

PolicyImporterElement()

初始化 PolicyImporterElement 类的新实例。

PolicyImporterElement(String)

用特定策略类型初始化 PolicyImporterElement 类的新实例。

PolicyImporterElement(Type)

用特定策略类型初始化 PolicyImporterElement 类的新实例。

PolicyImporterElement()

初始化 PolicyImporterElement 类的新实例。

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

适用于

PolicyImporterElement(String)

用特定策略类型初始化 PolicyImporterElement 类的新实例。

public:
 PolicyImporterElement(System::String ^ type);
public PolicyImporterElement (string type);
new System.ServiceModel.Configuration.PolicyImporterElement : string -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As String)

参数

type
String

策略类型。

适用于

PolicyImporterElement(Type)

用特定策略类型初始化 PolicyImporterElement 类的新实例。

public:
 PolicyImporterElement(Type ^ type);
public PolicyImporterElement (Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)

参数

type
Type

策略类型。

适用于