共用方式為


ProtocolReflector.ServiceDescriptions 屬性

定義

取得 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 服務類別中找到。

適用於