Share via


IVsServiceReferenceMetadataStorage.CreateMetadataFile Method

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

Syntax

'Declaration
Function CreateMetadataFile ( _
    pszMetadataSuggestedName As String, _
    content As Byte() _
) As String
string CreateMetadataFile(
    string pszMetadataSuggestedName,
    byte[] content
)
String^ CreateMetadataFile(
    [InAttribute] String^ pszMetadataSuggestedName, 
    [InAttribute] array<unsigned char>^ content
)
abstract CreateMetadataFile : 
        pszMetadataSuggestedName:string * 
        content:byte[] -> string 
function CreateMetadataFile(
    pszMetadataSuggestedName : String, 
    content : byte[]
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IVsServiceReferenceMetadataStorage Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace