다음을 통해 공유


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

속성 값

ServiceDescriptionFormatExtensionCollection

서비스 설명 형식 확장의 컬렉션입니다.

예제

MimePart_3#3

설명

이 컬렉션에 멤버를 하나 이상 있어야 합니다. 현재 대체 MIME 형식 멤버에는 둘 이상의 멤버가 있으면 MimePart합니다. 멤버는 다음 형식일 수 있습니다.

이러한 각 클래스는 Part 속성을 지정 하는 MessagePart 있는 MimePart 연결 합니다. 이 컬렉션에 멤버가 없는 XML 웹 서비스 요청 될 때 웹 서비스 설명 언어 (WSDL) 파일을 생성 하지 못합니다. MIME에서 WSDL을 확장하는 방법에 대한 자세한 내용은 WSDL 사양을 참조하세요.

적용 대상