DTE2.ToolWindows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ToolWindows object used as a shortcut for finding tool windows.
public:
property EnvDTE80::ToolWindows ^ ToolWindows { EnvDTE80::ToolWindows ^ get(); };
public:
property EnvDTE80::ToolWindows ^ ToolWindows { EnvDTE80::ToolWindows ^ get(); };
[System.Runtime.InteropServices.DispId(300)]
public EnvDTE80.ToolWindows ToolWindows { [System.Runtime.InteropServices.DispId(300)] get; }
[<System.Runtime.InteropServices.DispId(300)>]
[<get: System.Runtime.InteropServices.DispId(300)>]
member this.ToolWindows : EnvDTE80.ToolWindows
Public ReadOnly Property ToolWindows As ToolWindows
Property Value
A ToolWindows object.
- Attributes