C# Class Microsoft.VSTalk.BaseToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
ControlLoaded void
ExtractName string
LoadResources void
TryGetControl bool

Méthodes publiques

Méthode Description
BaseToolWindow ( ) : System

Standard constructor for the tool window.

SetContent ( System.Windows.Controls.UserControl userControl ) : void

Called by package when creating a new tool window to set window content and pass on a Package ref

Private Methods

Méthode Description
ControlLoaded ( object sender, RoutedEventArgs e ) : void
ExtractName ( System.Windows.Controls.UserControl control ) : string
LoadResources ( MetroContentControl metroWrapper ) : void
TryGetControl ( System.Windows.Controls.UserControl userControl, MetroContentControl &contentControl ) : bool

Method Details

BaseToolWindow() public méthode

Standard constructor for the tool window.
public BaseToolWindow ( ) : System
Résultat System

SetContent() public méthode

Called by package when creating a new tool window to set window content and pass on a Package ref
public SetContent ( System.Windows.Controls.UserControl userControl ) : void
userControl System.Windows.Controls.UserControl
Résultat void