Version

ToggleAddToQAT Method

Toggles adding/removing the tool to/from the QAT
Syntax
'Declaration
 
Public Sub ToggleAddToQAT( _
   ByVal oToolPath As System.Object, _
   ByVal bAddToQAT As System.Boolean _
) 
public void ToggleAddToQAT( 
   System.object oToolPath,
   System.bool bAddToQAT
)
public: void ToggleAddToQAT( 
   System.Object* oToolPath,
   System.bool bAddToQAT
) 

Parameters

oToolPath
Identifier of the tool
bAddToQAT
Boolean of true to indicate that the tool should be added to the QAT, else false
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also