Share via


IRepositoryMetadataSerializer.SerializeSupportedVSEditions Method

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
Function SerializeSupportedVSEditions ( _
    header As IExtensionHeader _
) As String
string SerializeSupportedVSEditions(
    IExtensionHeader header
)
String^ SerializeSupportedVSEditions(
    IExtensionHeader^ header
)
abstract SerializeSupportedVSEditions : 
        header:IExtensionHeader -> string 
function SerializeSupportedVSEditions(
    header : IExtensionHeader
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IRepositoryMetadataSerializer Interface

Microsoft.VisualStudio.ExtensionManager Namespace