WsdlExporter.GeneratedWsdlDocuments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在呼叫其中一個匯出方法之後,取得 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、ExportContract 或 ExportEndpoint 之後,ExportEndpoints 屬性才會傳回文件。