Home > Services > DXCore Services – ThirdPartyExtensions

DXCore Services – ThirdPartyExtensions

November 22nd, 2010

The ThirdPartyExtensions service provides methods to check whether or not specified Visual Studio 2010 extensions are installed and/or enabled. This service also contains a few useful properties for the Microsoft Power Tools extension.

Methods of this service:

Name

Description

IsExtensionEnabled Returns true if the extension with the specified name, identifier and author is installed and enabled.
IsExtensionInstalled Returns true if the extension with the specified name, identifier and author is installed.

Properties:

Name

Description

IsAutoBraceCompleteOn Returns true if Microsoft Productivity Power Tools extension is installed and the AutoBraceComplete feature is enabled.
IsPowerToolsEnabled Returns true if Microsoft Productivity Power Tools extension is installed and enabled.
IsPowerToolsInstalled Returns true if Microsoft Productivity Power Tools extension is installed.
IsQuickFindActive Returns true if Microsoft Productivity Power Tools QuickFind feature is active.
—–
Products: DXCore
Versions: 12.1 and up
VS IDEs: any
Updated: Jun/09/2012
ID: D039

Similar Posts: