Share via


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)

Syntax

'Declaration
<GuidAttribute("E9532448-D152-4AD4-BE45-8A8A9CBFE14D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumWCFMetadataStorages
[GuidAttribute("E9532448-D152-4AD4-BE45-8A8A9CBFE14D")]
[InterfaceTypeAttribute()]
public interface IVsEnumWCFMetadataStorages
[GuidAttribute(L"E9532448-D152-4AD4-BE45-8A8A9CBFE14D")]
[InterfaceTypeAttribute()]
public interface class IVsEnumWCFMetadataStorages
[<GuidAttribute("E9532448-D152-4AD4-BE45-8A8A9CBFE14D")>]
[<InterfaceTypeAttribute()>]
type IVsEnumWCFMetadataStorages =  interface end
public interface IVsEnumWCFMetadataStorages

The IVsEnumWCFMetadataStorages type exposes the following members.

Methods

  Name Description
Public method Clone Clones this IVsEnumWCFMetadataStorages interface by creating another instance.
Public method Next Retrieves the next IVsWCFMetadataStorage.
Public method Reset Returns the enumerator to its initial state.
Public method Skip Skips a specified number of IVsWCFMetadataStorage interfaces.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.WCFReference.Interop Namespace