IVsWCFMetadataStorage Interface

Stores the metadata for a Windows Communication Foundation (WCF) service reference group.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8D095035-AB0C-4363-891A-8C79F5CDA259")> _
Public Interface IVsWCFMetadataStorage
'Usage
Dim instance As IVsWCFMetadataStorage
[InterfaceTypeAttribute()]
[GuidAttribute("8D095035-AB0C-4363-891A-8C79F5CDA259")]
public interface IVsWCFMetadataStorage
[InterfaceTypeAttribute()]
[GuidAttribute(L"8D095035-AB0C-4363-891A-8C79F5CDA259")]
public interface class IVsWCFMetadataStorage
public interface IVsWCFMetadataStorage

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

IVsWCFMetadataStorage Members

Microsoft.VisualStudio.WCFReference.Interop Namespace