C# Class ProjectionBufferDemo.MyToolWindow

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

Méthodes publiques

Méthode Description
MyToolWindow ( ) : System

Standard constructor for the tool window.

ResetDisplay ( Microsoft.VisualStudio.OLE.Interop.IServiceProvider oleServiceProvider ) : void

Method Details

MyToolWindow() public méthode

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

ResetDisplay() public méthode

public ResetDisplay ( Microsoft.VisualStudio.OLE.Interop.IServiceProvider oleServiceProvider ) : void
oleServiceProvider Microsoft.VisualStudio.OLE.Interop.IServiceProvider
Résultat void