Version

fnToggleAddToQAT Method

Internal proxy method that toggles adding/removing the tool to/from the QAT
Syntax
'Declaration
 
Protected Sub fnToggleAddToQAT( _
   ByVal oToolPath As System.Object, _
   ByVal bAddToQAT As System.Boolean _
) 
protected void fnToggleAddToQAT( 
   System.object oToolPath,
   System.bool bAddToQAT
)
protected: void fnToggleAddToQAT( 
   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