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
- productId
Type: System.String
- version
Type: System.Version
Return Value
Type: System.Boolean
.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.