IVsWCFMetadataStorage.SaveMapFileData Method

Saves the .svcmap file in a Windows Communication Foundation (WCF) metadata storage.

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

Syntax

'Declaration
Sub SaveMapFileData ( _
    content As Byte() _
)
'Usage
Dim instance As IVsWCFMetadataStorage 
Dim content As Byte()

instance.SaveMapFileData(content)
void SaveMapFileData(
    byte[] content
)
void SaveMapFileData(
    [InAttribute] array<unsigned char>^ content
)
function SaveMapFileData(
    content : byte[]
)

Parameters

  • content
    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