Share via


PolicyImporterElement Konstruktoren

Definition

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse.

Überlädt

PolicyImporterElement()

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse.

PolicyImporterElement(String)

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse mit einem angegebenen Richtlinientyp.

PolicyImporterElement(Type)

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse mit einem angegebenen Richtlinientyp.

PolicyImporterElement()

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse.

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

Gilt für:

PolicyImporterElement(String)

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse mit einem angegebenen Richtlinientyp.

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)

Parameter

type
String

Der Typ der Richtlinie.

Gilt für:

PolicyImporterElement(Type)

Initialisiert eine neue Instanz der PolicyImporterElement-Klasse mit einem angegebenen Richtlinientyp.

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

Parameter

type
Type

Der Typ der Richtlinie.

Gilt für: