Share via


ProtocolImporter.ServiceDescriptions プロパティ

定義

関連付けられている ServiceDescriptionCollection インスタンスに属する ServiceDescriptionImporter オブジェクトを取得します。これらのオブジェクトは、バインディング クラスの生成の基になるバインディングを検索します。

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

プロパティ値

関連付けられている ServiceDescriptionCollection インスタンスに属する ServiceDescriptionImporter オブジェクト。これらのオブジェクトは、バインディング クラスの生成の基になるバインディングを検索します。

適用対象