다음을 통해 공유


WsdlImporter.ImportAllBindings 메서드

정의

메타데이터 문서에서 가져온 Binding 개체 집합을 반환합니다.

public:
 System::Collections::ObjectModel::Collection<System::ServiceModel::Channels::Binding ^> ^ ImportAllBindings();
public System.Collections.ObjectModel.Collection<System.ServiceModel.Channels.Binding> ImportAllBindings ();
member this.ImportAllBindings : unit -> System.Collections.ObjectModel.Collection<System.ServiceModel.Channels.Binding>
Public Function ImportAllBindings () As Collection(Of Binding)

반환

Collection<Binding>

메타데이터 문서에서 가져온 Binding 개체 집합입니다.

예외

WsdlImporter에 오류가 발생한 경우

설명

메타데이터 문서에서 모든 바인딩 정보를 가져와서 ImportAllBindings 개체로 반환하려면 Binding 메서드를 사용합니다. 반환된 개체를 사용하기 전에 Errors 속성을 검사하여 가져오기 오류가 있는지 여부를 확인합니다.

특정 WSDL 바인딩을 가져오려면 ImportBinding 메서드를 참조하십시오.

적용 대상