IVsWCFMetadataStorage::SaveMapFileData Method (array<Byte>^)

 

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)

void SaveMapFileData(
	array<unsigned char>^ content
)

Parameters

content
Type: array<System::Byte>^

A Byte array that contains the metadata.

Return to top
Show: