PolicyImporterElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PolicyImporterElement.
Przeciążenia
PolicyImporterElement() |
Inicjuje nowe wystąpienie klasy PolicyImporterElement. |
PolicyImporterElement(String) |
Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad. |
PolicyImporterElement(Type) |
Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad. |
PolicyImporterElement()
Inicjuje nowe wystąpienie klasy PolicyImporterElement.
public:
PolicyImporterElement();
public PolicyImporterElement ();
Public Sub New ()
Dotyczy
PolicyImporterElement(String)
Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad.
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)
Parametry
- type
- String
Typ zasad.
Dotyczy
PolicyImporterElement(Type)
Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad.
public:
PolicyImporterElement(Type ^ type);
public PolicyImporterElement (Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)
Parametry
- type
- Type
Typ zasad.