Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.String- The name of the metadata file. 
- content 
 Type: array<System.Byte[]- A Byte array that contains the metadata. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.