Share via


IVsServiceReferenceMetadataStorage.SaveMetadataFile Method

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)

Syntax

'Declaration
Sub SaveMetadataFile ( _
    pszMetadataFileName As String, _
    content As Byte() _
)
void SaveMetadataFile(
    string pszMetadataFileName,
    byte[] content
)
void SaveMetadataFile(
    [InAttribute] String^ pszMetadataFileName, 
    [InAttribute] array<unsigned char>^ content
)
abstract SaveMetadataFile : 
        pszMetadataFileName:string * 
        content:byte[] -> unit
function SaveMetadataFile(
    pszMetadataFileName : String, 
    content : byte[]
)

Parameters

  • pszMetadataFileName
    Type: String

    The name of the metadata file.

  • content
    Type: array<Byte[]

    A Byte array that contains the metadata.

.NET Framework Security

See Also

Reference

IVsServiceReferenceMetadataStorage Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace