ServiceContractGenerator コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServiceContractGenerator クラスの新しいインスタンスを初期化します。
オーバーロード
ServiceContractGenerator() |
新しい ServiceContractGenerator インスタンスを使用して、CodeCompileUnit クラスの新しいインスタンスを初期化します。 |
ServiceContractGenerator(CodeCompileUnit) |
指定された ServiceContractGenerator インスタンスを使用して、CodeCompileUnit クラスの新しいインスタンスを初期化します。 |
ServiceContractGenerator(Configuration) |
指定された ServiceContractGenerator インスタンスを使用して、Configuration クラスの新しいインスタンスを初期化します。 |
ServiceContractGenerator(CodeCompileUnit, Configuration) |
指定した ServiceContractGenerator インスタンスと指定した CodeCompileUnit インスタンスを使用して、Configuration クラスの新しいインスタンスを初期化します。 |
ServiceContractGenerator()
新しい ServiceContractGenerator インスタンスを使用して、CodeCompileUnit クラスの新しいインスタンスを初期化します。
public:
ServiceContractGenerator();
public ServiceContractGenerator ();
Public Sub New ()
適用対象
ServiceContractGenerator(CodeCompileUnit)
指定された ServiceContractGenerator インスタンスを使用して、CodeCompileUnit クラスの新しいインスタンスを初期化します。
public:
ServiceContractGenerator(System::CodeDom::CodeCompileUnit ^ targetCompileUnit);
public ServiceContractGenerator (System.CodeDom.CodeCompileUnit targetCompileUnit);
new System.ServiceModel.Description.ServiceContractGenerator : System.CodeDom.CodeCompileUnit -> System.ServiceModel.Description.ServiceContractGenerator
Public Sub New (targetCompileUnit As CodeCompileUnit)
パラメーター
- targetCompileUnit
- CodeCompileUnit
コードの生成に使用する CodeCompileUnit インスタンス。
適用対象
ServiceContractGenerator(Configuration)
指定された ServiceContractGenerator インスタンスを使用して、Configuration クラスの新しいインスタンスを初期化します。
public:
ServiceContractGenerator(System::Configuration::Configuration ^ targetConfig);
public ServiceContractGenerator (System.Configuration.Configuration targetConfig);
new System.ServiceModel.Description.ServiceContractGenerator : System.Configuration.Configuration -> System.ServiceModel.Description.ServiceContractGenerator
Public Sub New (targetConfig As Configuration)
パラメーター
- targetConfig
- Configuration
バインディング構成の生成に使用する Configuration インスタンス。
適用対象
ServiceContractGenerator(CodeCompileUnit, Configuration)
指定した ServiceContractGenerator インスタンスと指定した CodeCompileUnit インスタンスを使用して、Configuration クラスの新しいインスタンスを初期化します。
public:
ServiceContractGenerator(System::CodeDom::CodeCompileUnit ^ targetCompileUnit, System::Configuration::Configuration ^ targetConfig);
public ServiceContractGenerator (System.CodeDom.CodeCompileUnit targetCompileUnit, System.Configuration.Configuration targetConfig);
new System.ServiceModel.Description.ServiceContractGenerator : System.CodeDom.CodeCompileUnit * System.Configuration.Configuration -> System.ServiceModel.Description.ServiceContractGenerator
Public Sub New (targetCompileUnit As CodeCompileUnit, targetConfig As Configuration)
パラメーター
- targetCompileUnit
- CodeCompileUnit
コードの生成に使用する CodeCompileUnit インスタンス。
- targetConfig
- Configuration
バインディング構成の生成に使用する Configuration インスタンス。