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 的结果。