Aracılığıyla paylaş


PolicyImporterElement Oluşturucular

Tanım

PolicyImporterElement sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PolicyImporterElement()

PolicyImporterElement sınıfının yeni bir örneğini başlatır.

PolicyImporterElement(String)

PolicyImporterElementBelirli bir ilke türü ile sınıfının yeni bir örneğini başlatır.

PolicyImporterElement(Type)

PolicyImporterElementBelirli bir ilke türü ile sınıfının yeni bir örneğini başlatır.

PolicyImporterElement()

PolicyImporterElement sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

PolicyImporterElement(String)

PolicyImporterElementBelirli bir ilke türü ile sınıfının yeni bir örneğini başlatır.

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)

Parametreler

type
String

İlke türü.

Şunlara uygulanır

PolicyImporterElement(Type)

PolicyImporterElementBelirli bir ilke türü ile sınıfının yeni bir örneğini başlatır.

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

Parametreler

type
Type

İlke türü.

Şunlara uygulanır