Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Loads the metadata into a metadata file.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
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.