C# Class VSNDK.AddIn.VSNDKAddIn

Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Properties

Property Type Description
isDebugEngineRunning bool

Public Methods

Method Description
Connect ( DTE2 appObj, EnvDTE addin ) : void

Run initialization code on first connection of the AddIn.

Disconnect ( ) : void

Terminate the AddIn.

VSNDKAddIn ( ) : System

Private Methods

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

Method Details

Connect() public method

Run initialization code on first connection of the AddIn.
public Connect ( DTE2 appObj, EnvDTE addin ) : void
appObj DTE2 Application Object.
addin EnvDTE Add In Object.
return void

Disconnect() public method

Terminate the AddIn.
public Disconnect ( ) : void
return void

VSNDKAddIn() public method

public VSNDKAddIn ( ) : System
return System

Property Details

isDebugEngineRunning public static property

public static bool isDebugEngineRunning
return bool