IVsEnumWCFMetadataStorages Interface
Visual Studio 2015
Provides an enumerator for Windows Communication Foundation (WCF) metadata storages.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumWCFMetadataStorages) | Clones this IVsEnumWCFMetadataStorages interface by creating another instance. |
![]() | Next(UInt32, IVsWCFMetadataStorage[], UInt32) | Retrieves the next IVsWCFMetadataStorage. |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skips a specified number of IVsWCFMetadataStorage interfaces. |
A metadata storage is a location to which all metadata of a service reference group is saved. It is usually a single directory.
The IVsWCFMetadataStorage interface enables you to read and write metadata files and other properties such as namespace and name in the storage.
Show:
