IVsEnumServiceReferenceMetadataStorages Interface

 

Provides an enumerator for Windows Communication Foundation (WCF) metadata storages.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

[GuidAttribute("4C5EE29B-8BE6-4A9B-910B-F57EF6A36D6E")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumServiceReferenceMetadataStorages

NameDescription
System_CAPS_pubmethodClone(IVsEnumServiceReferenceMetadataStorages)

Clones this IVsEnumServiceReferenceMetadataStorages interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IVsServiceReferenceMetadataStorage[], UInt32)
System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(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.

Return to top
Show: