IExtension.IsProductSupported Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Function IsProductSupported ( _
    productId As String, _
    version As Version _
) As Boolean
bool IsProductSupported(
    string productId,
    Version version
)
bool IsProductSupported(
    String^ productId, 
    Version^ version
)
abstract IsProductSupported : 
        productId:string * 
        version:Version -> bool
function IsProductSupported(
    productId : String, 
    version : Version
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace