Méthode | 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 ) : |
||
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 | ||
PowerShellPackage ( ) : 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.
|
|
Terminate ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Initialize ( ) : void |
Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initilaization code that rely on services provided by VisualStudio.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public FContinueMessageLoop ( uint uReason, |
||
uReason | uint | |
pvLoopData | ||
pMsgPeeked | MSG | |
Résultat | int |
public FPreTranslateMessage ( MSG pMsg ) : int | ||
pMsg | MSG | |
Résultat | int |
public FQueryTerminate ( int fPromptUser ) : int | ||
fPromptUser | int | |
Résultat | int |
public FReserved1 ( uint dwReserved, uint message, |
||
dwReserved | uint | |
message | uint | |
wParam | ||
lParam | ||
Résultat | int |
public HwndGetWindow ( uint dwWhich, uint dwReserved ) : |
||
dwWhich | uint | |
dwReserved | uint | |
Résultat |
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 | |
Résultat | void |
public OnAppActivate ( int fActive, uint dwOtherThreadID ) : void | ||
fActive | int | |
dwOtherThreadID | uint | |
Résultat | void |
public OnEnterState ( uint uStateID, int fEnter ) : void | ||
uStateID | uint | |
fEnter | int | |
Résultat | void |