IVsServiceReferenceMetadataStorage::CreateMetadataFile Method (String^, array<Byte>^)
Visual Studio 2015
Creates a new metadata file in a XML web service metadata storage.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
String^ CreateMetadataFile( String^ pszMetadataSuggestedName, array<unsigned char>^ content )
Parameters
- pszMetadataSuggestedName
-
Type:
System::String^
The suggested name for the file. May be overridden if a file that uses the same name already exists.
- content
-
Type:
array<System::Byte>^
A Byte array that contains the metadata for the file.
Show: