IVsServiceReferenceMetadataStorage::LoadMetadataFile Method (String^)

 

Loads the metadata into a metadata file.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

array<unsigned char>^ LoadMetadataFile(
	String^ pszMetadataFileName
)

Parameters

pszMetadataFileName
Type: System::String^

The name of the file to load.

Return Value

Type: array<System::Byte>^

A Byte array that contains the metadata.

Return to top
Show: