ServiceDescriptionFormatExtensionCollection コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ServiceDescriptionFormatExtensionCollection コンストラクタの意味・解説 

ServiceDescriptionFormatExtensionCollection コンストラクタ

ServiceDescriptionFormatExtensionCollection クラス新しインスタンス初期化します。

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

Dim parent As Object

Dim instance As New ServiceDescriptionFormatExtensionCollection(parent)
public ServiceDescriptionFormatExtensionCollection (
    Object parent
)
public:
ServiceDescriptionFormatExtensionCollection (
    Object^ parent
)
public ServiceDescriptionFormatExtensionCollection (
    Object parent
)
public function ServiceDescriptionFormatExtensionCollection
 (
    parent : Object
)

パラメータ

parent

このコレクションメンバとして含まれるオブジェクト

解説解説

System.Web.Services.Description 名前空間内のクラス多くServiceDescriptionFormatExtensionCollection を表す Extensions プロパティ公開するため、コンストラクタは、現在の ServiceDescriptionFormatExtensionCollection入れ子になっている Web サービス記述言語 (WSDL: Web Services Description Language) 階層構造レベル対応するオブジェクト割り当てますWSDL詳細については、http://www.w3.org/TR/wsdl/ の仕様参照してください

使用例使用例
Dim myServiceDescription As ServiceDescription
 = _
        ServiceDescription.Read("Sample_VB.wsdl")
Dim myCollection As New
 ServiceDescriptionFormatExtensionCollection(myServiceDescription)
ServiceDescription myServiceDescription = 
   ServiceDescription.Read("Sample_CS.wsdl");
ServiceDescriptionFormatExtensionCollection  myCollection = 
   new ServiceDescriptionFormatExtensionCollection(myServiceDescription);
ServiceDescription^ myServiceDescription = ServiceDescription::Read( "Sample_cpp.wsdl"
 );
ServiceDescriptionFormatExtensionCollection^ myCollection = gcnew ServiceDescriptionFormatExtensionCollection(
 myServiceDescription );
ServiceDescription myServiceDescription = 
    ServiceDescription.Read("Sample_JSL.wsdl");
ServiceDescriptionFormatExtensionCollection myCollection = 
    new ServiceDescriptionFormatExtensionCollection(
    myServiceDescription);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ServiceDescriptionFormatExtensionCollection クラス
ServiceDescriptionFormatExtensionCollection メンバ
System.Web.Services.Description 名前空間


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

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

辞書ショートカット

すべての辞書の索引

「ServiceDescriptionFormatExtensionCollection コンストラクタ」の関連用語

ServiceDescriptionFormatExtensionCollection コンストラクタのお隣キーワード
検索ランキング

   

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



ServiceDescriptionFormatExtensionCollection コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS