IVsEnumServiceReferenceMetadataStorages 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(IVsEnumServiceReferenceMetadataStorages) | Clones this IVsEnumServiceReferenceMetadataStorages interface by creating another instance. |
![]() | Next(UInt32, IVsServiceReferenceMetadataStorage[], UInt32) | Retrieves the next IVsServiceReferenceMetadataStorage. |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skips a specified number of IVsServiceReferenceMetadataStorage 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 IVsServiceReferenceMetadataStorage interface enables you to read and write metadata files and other properties such as namespace and name in the storage.
Show:
