IVsServiceReferenceMetadataStorage.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()
byte[] LoadMapFileData()
array<unsigned char>^ LoadMapFileData()
abstract LoadMapFileData : unit -> byte[]
function LoadMapFileData() : byte[]
Return Value
Type: array<System.Byte[]
A Byte array that contains the metadata.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.