Constants.vsWindowKindServerExplorer Field

The Server Explorer.

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

Syntax

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

Remarks

GUID value = {74946827-37A0-11D2-A273-00C04F8EF4FF}.

vsWindowKindServerExplorer 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