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

ポリシーの種類。

適用対象