ServiceDescriptionReflector.ServiceDescriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 XML Web Service 相關聯 ServiceDescriptionCollection 的參考。
public:
property System::Web::Services::Description::ServiceDescriptionCollection ^ ServiceDescriptions { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get; }
member this.ServiceDescriptions : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property ServiceDescriptions As ServiceDescriptionCollection
屬性值
與 XML Web Service 相關聯之 ServiceDescriptionCollection 的參考。
備註
這個屬性是以 Count 零的 初始化。 任何成員都必須使用集合 Add 的 方法明確新增。
如需 Web 服務描述語言 (WSDL) 的詳細資訊,請參閱 WSDL 規格。