Метод | Описание | |
---|---|---|
FContinueMessageLoop ( uint uReason, |
||
FDoIdle ( uint grfidlef ) : int | ||
FPreTranslateMessage ( MSG pMsg ) : int | ||
FQueryTerminate ( int fPromptUser ) : int | ||
FReserved1 ( uint dwReserved, uint message, |
||
HwndGetWindow ( uint dwWhich, uint dwReserved ) : |
||
NVelocityPackage ( ) : System |
Default constructor of the package. Inside this method you can place any initialization code that does not require any Visual Studio service because at this point the package object is created but not sited yet inside Visual Studio environment. The place to do all the other initialization is the Initialize method.
|
|
OnActivationChange ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void | ||
OnAppActivate ( int fActive, uint dwOtherThreadID ) : void | ||
OnEnterState ( uint uStateID, int fEnter ) : void | ||
OnLoseActivation ( ) : void | ||
Terminate ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
CreateService ( IServiceContainer container, |
||
GetResourceString ( string resourceName ) : string | ||
IVsInstalledProduct ( string &pbstrName ) : int | ||
IVsInstalledProduct ( uint &pIdBmp ) : int | ||
RegisterForIdleTime ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public FContinueMessageLoop ( uint uReason, |
||
uReason | uint | |
pvLoopData | ||
pMsgPeeked | MSG | |
Результат | int |
public FPreTranslateMessage ( MSG pMsg ) : int | ||
pMsg | MSG | |
Результат | int |
public FQueryTerminate ( int fPromptUser ) : int | ||
fPromptUser | int | |
Результат | int |
public FReserved1 ( uint dwReserved, uint message, |
||
dwReserved | uint | |
message | uint | |
wParam | ||
lParam | ||
Результат | int |
public HwndGetWindow ( uint dwWhich, uint dwReserved ) : |
||
dwWhich | uint | |
dwReserved | uint | |
Результат |
public OnActivationChange ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void | ||
pic | IOleComponent | |
fSameComponent | int | |
pcrinfo | OLECRINFO | |
fHostIsActivating | int | |
pchostinfo | OLECHOSTINFO | |
dwReserved | uint | |
Результат | void |
public OnAppActivate ( int fActive, uint dwOtherThreadID ) : void | ||
fActive | int | |
dwOtherThreadID | uint | |
Результат | void |
public OnEnterState ( uint uStateID, int fEnter ) : void | ||
uStateID | uint | |
fEnter | int | |
Результат | void |