次の方法で共有


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 、Web サービス クラスで見つかる個別の名前空間を持つバインディングごとに オブジェクトを作成 ServiceDescription します。

適用対象