IExtension.IsProductSupported Method
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: String
- version
Type: Version
Return Value
Type: 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.