Constants.vsWindowKindMainWindow Field
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.
The Visual Studio IDE window.
public: System::String ^ vsWindowKindMainWindow;
std::wstring vsWindowKindMainWindow;
public const string vsWindowKindMainWindow;
val mutable vsWindowKindMainWindow : string
Public Const vsWindowKindMainWindow As String
Field Value
Remarks
GUID value = {9DDABE98-1D02-11D3-89A1-00C04F688DDE}.
vsWindowKindMainWindow is used to get a handle to a particular window in the integrated development environment (IDE) in order to gain access to its properties and methods.