WsdlImporter.WsdlDocuments プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メタデータ ドキュメント内のコントラクト情報を記述する ServiceDescription オブジェクトのセットを取得します。
public:
property System::Web::Services::Description::ServiceDescriptionCollection ^ WsdlDocuments { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection WsdlDocuments { get; }
member this.WsdlDocuments : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property WsdlDocuments As ServiceDescriptionCollection
プロパティ値
メタデータ ドキュメント内のコントラクト情報を記述する ServiceDescription オブジェクトのコレクション。
注釈
WsdlDocuments プロパティは、インポート メソッドが呼び出されるまで設定されません。