Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CreateService ( IServiceContainer container, |
||
GetResourceString ( string resourceName ) : string | ||
IVsInstalledProduct ( string &pbstrName ) : int | ||
IVsInstalledProduct ( uint &pIdBmp ) : int | ||
RegisterForIdleTime ( ) : void |
public FContinueMessageLoop ( uint uReason, |
||
uReason | uint | |
pvLoopData | ||
pMsgPeeked | MSG | |
return | int |
public FPreTranslateMessage ( MSG pMsg ) : int | ||
pMsg | MSG | |
return | int |
public FQueryTerminate ( int fPromptUser ) : int | ||
fPromptUser | int | |
return | int |
public FReserved1 ( uint dwReserved, uint message, |
||
dwReserved | uint | |
message | uint | |
wParam | ||
lParam | ||
return | int |
public HwndGetWindow ( uint dwWhich, uint dwReserved ) : |
||
dwWhich | uint | |
dwReserved | uint | |
return |
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 | |
return | void |
public OnAppActivate ( int fActive, uint dwOtherThreadID ) : void | ||
fActive | int | |
dwOtherThreadID | uint | |
return | void |
public OnEnterState ( uint uStateID, int fEnter ) : void | ||
uStateID | uint | |
fEnter | int | |
return | void |