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 | |
---|---|---|
Clone | Clones this IVsEnumWCFMetadataStorages interface by creating another instance. | |
Next | Retrieves the next IVsWCFMetadataStorage. | |
Reset | Returns the enumerator to its initial state. | |
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.