MetadataImporter.ImportAllContracts メソッド

定義

派生クラスでオーバーライドされると、メタデータからインポートされたコントラクトのコレクションを返します。

public:
 abstract System::Collections::ObjectModel::Collection<System::ServiceModel::Description::ContractDescription ^> ^ ImportAllContracts();
public abstract System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ContractDescription> ImportAllContracts ();
abstract member ImportAllContracts : unit -> System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ContractDescription>
Public MustOverride Function ImportAllContracts () As Collection(Of ContractDescription)

戻り値

メタデータからインポートされたコントラクト。

適用対象