MimePart.Extensions プロパティ

定義

MimeMultipartRelatedBindingがメンバーであるMimePartの部分の MIME 機能拡張要素のコレクションを取得します。

public:
 property System::Web::Services::Description::ServiceDescriptionFormatExtensionCollection ^ Extensions { System::Web::Services::Description::ServiceDescriptionFormatExtensionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection Extensions { get; }
member this.Extensions : System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection
Public ReadOnly Property Extensions As ServiceDescriptionFormatExtensionCollection

プロパティ値

サービス記述形式の拡張機能のコレクション。

MimePart_3#3

注釈

このコレクションには、少なくとも 1 つのメンバーが必要です。 メンバーが複数ある場合、メンバーは現在の MimePartの代替 MIME 形式です。 メンバーには、次の種類を指定できます。

これらの各クラスは、Partが関連付けられているMessagePartを指定するMimePart プロパティを公開します。 このコレクションにメンバーがない場合、XML Web サービスは要求されたときに Web サービス記述言語 (WSDL) ファイルの生成に失敗します。 MIME が WSDL を拡張する方法の詳細については、 WSDL 仕様を参照してください。

適用対象