MetadataImporter::ImportAllContracts Method ()

 

When overridden in a derived class, returns a collection of contracts imported from the metadata.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual Collection<ContractDescription^>^ ImportAllContracts() abstract

Return Value

Type: System.Collections.ObjectModel::Collection<ContractDescription^>^

The contracts imported from the metadata.

.NET Framework
Available since 3.0
Return to top
Show: