C# Class SmartCmdArgs.ToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane, IVsWindowFrameNotify3, IVsWindowPaneCommit, IVsWindowPaneCommitFilter
Afficher le fichier Open project: MBulli/SmartCommandlineArgs Class Usage Examples

Private Properties

Свойство Type Description
IVsWindowPaneCommit int
IVsWindowPaneCommitFilter int

Méthodes publiques

Méthode Description
OnClose ( uint &pgrfSaveOptions ) : int
OnDockableChange ( int fDockable, int x, int y, int w, int h ) : int
OnMove ( int x, int y, int w, int h ) : int
OnShow ( int fShow ) : int
OnSize ( int x, int y, int w, int h ) : int
ToolWindow ( ) : System

Initializes a new instance of the ToolWindow class.

ToolWindow ( ViewModel viewModel ) : System

Private Methods

Méthode Description
IVsWindowPaneCommit ( int &pfCommitFailed ) : int
IVsWindowPaneCommitFilter ( System.Guid &pguidCmdGroup, uint dwCmdID, int &pfCommitCommand ) : int

Method Details

OnClose() public méthode

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
Résultat int

OnDockableChange() public méthode

public OnDockableChange ( int fDockable, int x, int y, int w, int h ) : int
fDockable int
x int
y int
w int
h int
Résultat int

OnMove() public méthode

public OnMove ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
Résultat int

OnShow() public méthode

public OnShow ( int fShow ) : int
fShow int
Résultat int

OnSize() public méthode

public OnSize ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
Résultat int

ToolWindow() public méthode

Initializes a new instance of the ToolWindow class.
public ToolWindow ( ) : System
Résultat System

ToolWindow() public méthode

public ToolWindow ( ViewModel viewModel ) : System
viewModel ViewModel
Résultat System