ProtocolReflector.ServiceDescriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ServiceDescription 物件,目前已建立並將其對應加入 ServiceDescriptionCollection,其透過相關聯之 ServiceDescriptions 執行個體的 ServiceDescriptionReflector 屬性取得。
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
屬性值
ServiceDescription 物件,目前已建立並將其對應加入 ServiceDescriptionCollection,其透過相關聯之 ServiceDescriptions 執行個體的 ServiceDescriptionReflector 屬性取得。
備註
類別 ProtocolReflector 會為每個系結建立 ServiceDescription 物件,其具有不同的命名空間,它會在 Web 服務類別中找到。