C# Класс VSNDK.AddIn.VSNDKAddIn

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
isDebugEngineRunning bool

Открытые методы

Метод Описание
Connect ( DTE2 appObj, EnvDTE addin ) : void

Run initialization code on first connection of the AddIn.

Disconnect ( ) : void

Terminate the AddIn.

VSNDKAddIn ( ) : System

Приватные методы

Метод Описание
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

Описание методов

Connect() публичный Метод

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.
Результат void

Disconnect() публичный Метод

Terminate the AddIn.
public Disconnect ( ) : void
Результат void

VSNDKAddIn() публичный Метод

public VSNDKAddIn ( ) : System
Результат System

Описание свойств

isDebugEngineRunning публичное статическое свойство

public static bool isDebugEngineRunning
Результат bool