Constants.vsWindowKindSolutionExplorer Field

The Solution Explorer.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Const vsWindowKindSolutionExplorer As String
public const string vsWindowKindSolutionExplorer
public:
literal String^ vsWindowKindSolutionExplorer
static val mutable vsWindowKindSolutionExplorer: string
public const var vsWindowKindSolutionExplorer : String

Remarks

GUID value = {3AE79031-E1BC-11D0-8F78-00A0C9110057}.

vsWindowKindSolutionExplorer 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.

.NET Framework Security

See Also

Reference

Constants Class

EnvDTE Namespace