PolicyImporterElement 构造函数
定义
初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class.
重载
| PolicyImporterElement() |
初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class. |
| PolicyImporterElement(String) |
用特定策略类型初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class with a specific policy type. |
| PolicyImporterElement(Type) |
用特定策略类型初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class with a specific policy type. |
PolicyImporterElement()
初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class.
public:
PolicyImporterElement();
public PolicyImporterElement ();
Public Sub New ()
适用于
PolicyImporterElement(String)
用特定策略类型初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class with a specific policy type.
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
策略类型。The type of policy.
适用于
PolicyImporterElement(Type)
用特定策略类型初始化 PolicyImporterElement 类的新实例。Initializes a new instance of the PolicyImporterElement class with a specific policy type.
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
策略类型。The type of policy.