Show / Hide Table of Contents

Class Windows

A collection of services related to windows.

Inheritance
System.Object
Windows
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Community.VisualStudio.Toolkit
Assembly: Community.VisualStudio.Toolkit.dll
Syntax
public class Windows

Methods

| Improve this Doc View Source

GetCallBrowserAsync()

Manipulates the Call Browser for debugging.

Declaration
public Task<IVsCallBrowser> GetCallBrowserAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsCallBrowser>
| Improve this Doc View Source

GetClassViewAsync()

Allows navigation to an object in Class View.

Declaration
public Task<IVsClassView> GetClassViewAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsClassView>
| Improve this Doc View Source

GetCodeWindowAsync()

Represents a multiple-document interface (MDI) child that contains one or more code views.

Declaration
public Task<IVsCodeWindow> GetCodeWindowAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow>
| Improve this Doc View Source

GetCommandWindowAsync()

Enables the package to use the Command Window.

Declaration
public Task<IVsCommandWindow> GetCommandWindowAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsCommandWindow>
| Improve this Doc View Source

GetObjectBrowserAsync()

Implemented by the environment. Used by VsPackages that want to manipulate Object Browser.

Declaration
public Task<IVsObjBrowser> GetObjectBrowserAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsObjBrowser>
| Improve this Doc View Source

GetOutputWindowAsync()

Manages and controls functions specific to the Output tool window that has multiple panes.

Declaration
public Task<IVsOutputWindow> GetOutputWindowAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsOutputWindow>
| Improve this Doc View Source

GetTaskListAsync()

Manages lists of task items supplied by task providers.

Declaration
public Task<IVsTaskList> GetTaskListAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsTaskList>
| Improve this Doc View Source

GetToolboxAsync()

Used to manage the Toolbox.

Declaration
public Task<IVsToolbox2> GetToolboxAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsToolbox2>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX