IVsWCFMetadataStorage.LoadMapFileData 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.
Loads the metadata into a .svcmap file.
public:
cli::array <System::Byte> ^ LoadMapFileData();
public:
Platform::Array <byte> ^ LoadMapFileData();
std::Array <byte> LoadMapFileData();
public byte[] LoadMapFileData ();
abstract member LoadMapFileData : unit -> byte[]
Public Function LoadMapFileData () As Byte()
Returns
Byte[]
A Byte array that contains the metadata.