Constants.vsWindowKindServerExplorer Field

The Server Explorer.

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

Syntax

'Declaration
Public Const vsWindowKindServerExplorer As String
'Usage
Dim value As String 

value = Constants.vsWindowKindServerExplorer
public const string vsWindowKindServerExplorer
public:
literal String^ vsWindowKindServerExplorer
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

Constants Members

EnvDTE Namespace