IExtensionHeader.IsVSEditionSupported Method

Determines whether the extension may be installed in a given version of Visual Studio.

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

Syntax

'Declaration
Function IsVSEditionSupported ( _
    vsVersion As Version, _
    edition As String _
) As Boolean
bool IsVSEditionSupported(
    Version vsVersion,
    string edition
)
bool IsVSEditionSupported(
    Version^ vsVersion, 
    String^ edition
)
abstract IsVSEditionSupported : 
        vsVersion:Version * 
        edition:string -> bool 
function IsVSEditionSupported(
    vsVersion : Version, 
    edition : String
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the extension may be installed; otherwise, False.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IExtensionHeader Interface

Microsoft.VisualStudio.ExtensionManager Namespace