Constants.vsWindowKindObjectBrowser Field

Definition

The Object Browser window.

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

Field Value

Remarks

GUID value = {269A02DC-6AF8-11D3-BDC4-00C04F688E50}.

vsWindowKindObjectBrowser 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