ProtocolReflector.ServiceDescriptions プロパティ

定義

これまでに作成され、関連付けられているServiceDescriptionReflector インスタンスのServiceDescriptions プロパティを介して取得したServiceDescriptionCollectionに対応するオブジェクトに追加されたServiceDescription オブジェクトを取得します。

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

プロパティ値

これまでに作成され、関連付けられているServiceDescriptionReflector インスタンスのServiceDescriptions プロパティを介して取得されたServiceDescriptionCollectionに対応するオブジェクトに追加されたServiceDescriptionオブジェクト。

注釈

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

適用対象