IVsServiceReferenceMetadataStorage.SaveMapFileData(Byte[]) Method
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.
Saves the .svcmap file in a XML web service metadata storage.
public:
void SaveMapFileData(cli::array <System::Byte> ^ content);
public:
void SaveMapFileData(Platform::Array <byte> ^ content);
void SaveMapFileData(std::Array <byte> const & content);
public void SaveMapFileData (byte[] content);
abstract member SaveMapFileData : byte[] -> unit
Public Sub SaveMapFileData (content As Byte())
Parameters
- content
- Byte[]
A Byte array that contains the metadata.