PolicyImporterElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PolicyImporterElement 類別的新執行個體。
多載
PolicyImporterElement() |
初始化 PolicyImporterElement 類別的新執行個體。 |
PolicyImporterElement(String) |
使用特定的原則型別,初始化 PolicyImporterElement 類別的新執行個體。 |
PolicyImporterElement(Type) |
使用特定的原則型別,初始化 PolicyImporterElement 類別的新執行個體。 |
PolicyImporterElement()
初始化 PolicyImporterElement 類別的新執行個體。
public:
PolicyImporterElement();
public PolicyImporterElement ();
Public Sub New ()
適用於
PolicyImporterElement(String)
使用特定的原則型別,初始化 PolicyImporterElement 類別的新執行個體。
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)
參數
- type
- String
原則的型別。
適用於
PolicyImporterElement(Type)
使用特定的原則型別,初始化 PolicyImporterElement 類別的新執行個體。
public:
PolicyImporterElement(Type ^ type);
public PolicyImporterElement (Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)
參數
- type
- Type
原則的型別。