IVsServiceReferenceMetadataStorage.LoadMetadataFile(String) 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 metadata file.
public:
cli::array <System::Byte> ^ LoadMetadataFile(System::String ^ pszMetadataFileName);
public:
Platform::Array <byte> ^ LoadMetadataFile(Platform::String ^ pszMetadataFileName);
std::Array <byte> LoadMetadataFile(std::wstring const & pszMetadataFileName);
public byte[] LoadMetadataFile (string pszMetadataFileName);
abstract member LoadMetadataFile : string -> byte[]
Public Function LoadMetadataFile (pszMetadataFileName As String) As Byte()
Parameters
- pszMetadataFileName
- String
The name of the file to load.
Returns
Byte[]
A Byte array that contains the metadata.