ServiceDescriptionImporter.Style プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ServiceDescriptionImporter.Style プロパティの意味・解説 

ServiceDescriptionImporter.Style プロパティ

ServiceDescriptions 値がインポートされるときに生成されるコードスタイル (クライアントまたはサーバー) を決定する値を取得または設定します

名前空間: System.Web.Services.Description
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

Public Property Style As
 ServiceDescriptionImportStyle
Dim instance As ServiceDescriptionImporter
Dim value As ServiceDescriptionImportStyle

value = instance.Style

instance.Style = value
public ServiceDescriptionImportStyle Style { get;
 set; }
public:
property ServiceDescriptionImportStyle Style {
    ServiceDescriptionImportStyle get ();
    void set (ServiceDescriptionImportStyle
 value);
}
/** @property */
public ServiceDescriptionImportStyle get_Style ()

/** @property */
public void set_Style (ServiceDescriptionImportStyle
 value)
public function get Style
 () : ServiceDescriptionImportStyle

public function set Style
 (value : ServiceDescriptionImportStyle)

プロパティ
ServiceDescriptionImportStyle 値の 1 つ既定値Client です。

解説解説

Style プロパティClient設定されている場合、ServiceDescriptionImporter は、記述されている Web サービス呼び出すことによって、その機能提供するクライアント プロキシ クラス生成します

Style プロパティServer設定されている場合ServiceDescriptionImporter は、記述されている XML Web サービス機能実装しないで、その機能を表す抽象クラス生成します後で、これらの抽象クラスから継承されるクラス記述することによって機能実装し、関連メソッド実装できます

使用例使用例

Style プロパティ使用例次に示します

// Generate a proxy client.
importer.Style = ServiceDescriptionImportStyle.Client;
// Generate a proxy client.
importer->Style = ServiceDescriptionImportStyle::Client;
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ServiceDescriptionImporter クラス
ServiceDescriptionImporter メンバ
System.Web.Services.Description 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からServiceDescriptionImporter.Style プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からServiceDescriptionImporter.Style プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からServiceDescriptionImporter.Style プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

ServiceDescriptionImporter.Style プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ServiceDescriptionImporter.Style プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS