DTEClass.MainWindow Property

Definition

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

Applies to