PolicyImporterElement Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av PolicyImporterElement klassen.
Överlagringar
| Name | Description |
|---|---|
| PolicyImporterElement() |
Initierar en ny instans av PolicyImporterElement klassen. |
| PolicyImporterElement(String) |
Initierar en ny instans av PolicyImporterElement klassen med en specifik principtyp. |
| PolicyImporterElement(Type) |
Initierar en ny instans av PolicyImporterElement klassen med en specifik principtyp. |
PolicyImporterElement()
Initierar en ny instans av PolicyImporterElement klassen.
public:
PolicyImporterElement();
public PolicyImporterElement();
Public Sub New ()
Gäller för
PolicyImporterElement(String)
Initierar en ny instans av PolicyImporterElement klassen med en specifik principtyp.
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)
Parametrar
- type
- String
Typ av princip.
Gäller för
PolicyImporterElement(Type)
Initierar en ny instans av PolicyImporterElement klassen med en specifik principtyp.
public:
PolicyImporterElement(Type ^ type);
public PolicyImporterElement(Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)
Parametrar
- type
- Type
Typ av princip.