Constants.vsWindowKindServerExplorer Field

Definition

The Server Explorer.

public: System::String ^ vsWindowKindServerExplorer;
std::wstring vsWindowKindServerExplorer;
public const string vsWindowKindServerExplorer;
val mutable vsWindowKindServerExplorer : string
Public Const vsWindowKindServerExplorer As String 

Field Value

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.

Applies to