PolicyImporterElement Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ü.