Share via


IVsWCFMetadataStorage.LoadMapFileData Method

Loads the metadata into a .svcmap file.

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

Syntax

'Declaration
Function LoadMapFileData As Byte()
'Usage
Dim instance As IVsWCFMetadataStorage 
Dim returnValue As Byte()

returnValue = instance.LoadMapFileData()
byte[] LoadMapFileData()
array<unsigned char>^ LoadMapFileData()
function LoadMapFileData() : byte[]

Return Value

Type: array<System.Byte[]
A Byte array that contains the metadata.

.NET Framework Security

See Also

Reference

IVsWCFMetadataStorage Interface

IVsWCFMetadataStorage Members

Microsoft.VisualStudio.WCFReference.Interop Namespace