ServiceDescriptionReflector.ServiceDescriptions プロパティ

定義

XML Web サービスに関連付けられた 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 サービスに関連付けられた ServiceDescriptionCollection への参照。

注釈

このプロパティは、 の 0 で Count 初期化されます。 コレクション Add の メソッドを使用して、メンバーを明示的に追加する必要があります。

Web サービス記述言語 (WSDL) の詳細については、 WSDL 仕様を参照してください。

適用対象