Share via


PolicyImporterElement コンストラクター

定義

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

ポリシーの種類。

適用対象