C# Класс VisualFStar.FStarVSPackage

Наследование: Microsoft.VisualStudio.Shell.Package, IOleComponent
Показать файл Открыть проект

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

Метод Описание
FContinueMessageLoop ( uint uReason, IntPtr pvLoopData, Microsoft.Win32.MSG pMsgPeeked ) : int
FDoIdle ( uint grfidlef ) : int
FPreTranslateMessage ( Microsoft.Win32.MSG pMsg ) : int
FQueryTerminate ( int fPromptUser ) : int
FReserved1 ( uint dwReserved, uint message, IntPtr wParam, IntPtr lParam ) : int
FStarVSPackage ( ) : System

Initializes a new instance of the FStarVSPackage class.

HwndGetWindow ( uint dwWhich, uint dwReserved ) : IntPtr
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
Initialize ( ) : void

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public FContinueMessageLoop ( uint uReason, IntPtr pvLoopData, Microsoft.Win32.MSG pMsgPeeked ) : int
uReason uint
pvLoopData System.IntPtr
pMsgPeeked Microsoft.Win32.MSG
Результат int

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

public FDoIdle ( uint grfidlef ) : int
grfidlef uint
Результат int

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

public FPreTranslateMessage ( Microsoft.Win32.MSG pMsg ) : int
pMsg Microsoft.Win32.MSG
Результат int

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

public FQueryTerminate ( int fPromptUser ) : int
fPromptUser int
Результат int

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

public FReserved1 ( uint dwReserved, uint message, IntPtr wParam, IntPtr lParam ) : int
dwReserved uint
message uint
wParam System.IntPtr
lParam System.IntPtr
Результат int

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

Initializes a new instance of the FStarVSPackage class.
public FStarVSPackage ( ) : System
Результат System

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

public HwndGetWindow ( uint dwWhich, uint dwReserved ) : IntPtr
dwWhich uint
dwReserved uint
Результат System.IntPtr

Initialize() защищенный Метод

protected Initialize ( ) : void
Результат void

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

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

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

public OnAppActivate ( int fActive, uint dwOtherThreadID ) : void
fActive int
dwOtherThreadID uint
Результат void

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

public OnEnterState ( uint uStateID, int fEnter ) : void
uStateID uint
fEnter int
Результат void

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

public OnLoseActivation ( ) : void
Результат void

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

public Terminate ( ) : void
Результат void