次の方法で共有


WsdlExporter.GeneratedWsdlDocuments プロパティ

定義

エクスポート メソッドのいずれかを呼び出した後、 ServiceDescription オブジェクトのコレクションを取得します。

public:
 property System::Web::Services::Description::ServiceDescriptionCollection ^ GeneratedWsdlDocuments { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection GeneratedWsdlDocuments { get; }
member this.GeneratedWsdlDocuments : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property GeneratedWsdlDocuments As ServiceDescriptionCollection

プロパティ値

ServiceDescription オブジェクトのコレクション。

注釈

GeneratedWsdlDocuments プロパティは、ExportContractExportEndpoint、またはExportEndpointsの呼び出しの結果としてのみドキュメントを返します。

適用対象