IVsEnumWCFMetadataStorages Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an enumerator for Windows Communication Foundation (WCF) metadata storages.
public interface class IVsEnumWCFMetadataStorages
public interface class IVsEnumWCFMetadataStorages
__interface IVsEnumWCFMetadataStorages
[System.Runtime.InteropServices.Guid("E9532448-D152-4AD4-BE45-8A8A9CBFE14D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumWCFMetadataStorages
[<System.Runtime.InteropServices.Guid("E9532448-D152-4AD4-BE45-8A8A9CBFE14D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumWCFMetadataStorages = interface
Public Interface IVsEnumWCFMetadataStorages
- Attributes
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.
Methods
Clone(IVsEnumWCFMetadataStorages) |
Clones this IVsEnumWCFMetadataStorages interface by creating another instance. |
Next(UInt32, IVsWCFMetadataStorage[], UInt32) |
Retrieves the next IVsWCFMetadataStorage. |
Reset() |
Returns the enumerator to its initial state. |
Skip(UInt32) |
Skips a specified number of IVsWCFMetadataStorage interfaces. |