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
ポリシーの種類。