IVsEnumWCFMetadataStorages 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("E9532448-D152-4AD4-BE45-8A8A9CBFE14D")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumWCFMetadataStorages

NameDescription
System_CAPS_pubmethodClone(IVsEnumWCFMetadataStorages)

Clones this IVsEnumWCFMetadataStorages interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IVsWCFMetadataStorage[], UInt32)

Retrieves the next IVsWCFMetadataStorage.

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

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

Return to top
Show: