DTEClass.MainWindow 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.
For more information on this property, refer to MainWindow.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property EnvDTE::Window ^ MainWindow { EnvDTE::Window ^ get(); };
public:
virtual property EnvDTE::Window ^ MainWindow { EnvDTE::Window ^ get(); };
[System.Runtime.InteropServices.DispId(204)]
public virtual EnvDTE.Window MainWindow { [System.Runtime.InteropServices.DispId(204)] get; }
[<System.Runtime.InteropServices.DispId(204)>]
[<get: System.Runtime.InteropServices.DispId(204)>]
member this.MainWindow : EnvDTE.Window
Public Overridable ReadOnly Property MainWindow As Window
Property Value
The main window.
Implements
- Attributes