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

原則的型別。

適用於