PolicyImporterElement Constructeurs

Définition

Initialise une nouvelle instance de la classe PolicyImporterElement.

Surcharges

Nom Description
PolicyImporterElement()

Initialise une nouvelle instance de la classe PolicyImporterElement.

PolicyImporterElement(String)

Initialise une nouvelle instance de la PolicyImporterElement classe avec un type de stratégie spécifique.

PolicyImporterElement(Type)

Initialise une nouvelle instance de la PolicyImporterElement classe avec un type de stratégie spécifique.

PolicyImporterElement()

Initialise une nouvelle instance de la classe PolicyImporterElement.

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

S’applique à

PolicyImporterElement(String)

Initialise une nouvelle instance de la PolicyImporterElement classe avec un type de stratégie spécifique.

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)

Paramètres

type
String

Type de stratégie.

S’applique à

PolicyImporterElement(Type)

Initialise une nouvelle instance de la PolicyImporterElement classe avec un type de stratégie spécifique.

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

Paramètres

type
Type

Type de stratégie.

S’applique à