WsdlImporter.ImportAllBindings 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回一組從中繼資料文件匯入的 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)
傳回
一組從中繼資料文件匯入的 Binding 物件。
例外狀況
備註
使用 ImportAllBindings 方法,即可從中繼資料文件匯入所有繫結資訊,並將這些資訊當做 Binding 物件傳回。 使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。
如果要匯入特定的 WSDL 繫結,請參閱 ImportBinding 方法。