IVsServiceReferenceMetadataStorage::SaveMetadataFile Method (String^, array<Byte>^)

 

Saves a metadata file in a XML web service metadata storage.

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

void SaveMetadataFile(
	String^ pszMetadataFileName,
	array<unsigned char>^ content
)

Parameters

pszMetadataFileName
Type: System::String^

The name of the metadata file.

content
Type: array<System::Byte>^

A Byte array that contains the metadata.

Return to top
Show: