IVsWCFMetadataStorage.LoadMetadataFile Method
Loads the metadata into a metadata file.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'宣言
Function LoadMetadataFile ( _
pszMetadataFileName As String _
) As Byte()
byte[] LoadMetadataFile(
string pszMetadataFileName
)
array<unsigned char>^ LoadMetadataFile(
[InAttribute] String^ pszMetadataFileName
)
abstract LoadMetadataFile :
pszMetadataFileName:string -> byte[]
function LoadMetadataFile(
pszMetadataFileName : String
) : byte[]
Parameters
- pszMetadataFileName
Type: String
The name of the file to load.
Return Value
Type: array<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.