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 SourceGetCallBrowserAsync()
Manipulates the Call Browser for debugging.
Declaration
public Task<IVsCallBrowser> GetCallBrowserAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsCallBrowser> |
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> |
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> |
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> |
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> |
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> |
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> |
GetToolboxAsync()
Used to manage the Toolbox.
Declaration
public Task<IVsToolbox2> GetToolboxAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsToolbox2> |