Share via


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 仕様に関するページを参照してください。

適用対象