Property | Type | Description | |
---|---|---|---|
isDebugEngineRunning | bool |
Method | Description | |
---|---|---|
Connect ( DTE2 appObj, EnvDTE addin ) : void |
Run initialization code on first connection of the AddIn.
|
|
Disconnect ( ) : void |
Terminate the AddIn.
|
|
VSNDKAddIn ( ) : System |
Method | Description | |
---|---|---|
AddBarDescriptor ( ) : void |
Add Bar Descriptor to each project.
|
|
AddBlackBerryConfigurations ( Project proj ) : void |
Add BlackBerry configurations to the project.
|
|
CheckSolutionPlatformCommand ( ) : void |
Solution Platform command is shown in the Standard toolbar by default with Visual C++ settings. Add the command if not in the Standard toolbar.
|
|
DisableIntelliSenseErrorReport ( bool disable ) : void |
Set the DisableErrorReporting property value.
|
|
SolutionPlarformConfig ( ) : void |
Set solution config after edit
|
|
cmdNewFunctionBreakpoint_afterExec ( string Guid, int ID, object CustomIn, object CustomOut ) : void |
New Function Breakpoint After Execution Event Handler.
|
|
cmdNewFunctionBreakpoint_beforeExec ( string Guid, int ID, object CustomIn, object CustomOut, bool &CancelDefault ) : void |
New Function Breakpoint Before Execution Event Handler.
|
|
cmdNewPlatform_afterExec ( string Guid, int ID, object CustomIn, object CustomOut ) : void |
New Platform After Execution Event Handler.
|
|
cmdNewPlatform_beforeExec ( string Guid, int ID, object CustomIn, object CustomOut, bool &CancelDefault ) : void |
New Platform Before Execution Event Handler.
|
|
getSolutionPlarformConfig ( ) : void |
Get solution configuration before edit
|
public Connect ( DTE2 appObj, EnvDTE addin ) : void | ||
appObj | DTE2 | Application Object. |
addin | EnvDTE | Add In Object. |
return | void |