Constants.vsWindowKindObjectBrowser Field

The Object Browser window.

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

Syntax

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

value = Constants.vsWindowKindObjectBrowser
public const string vsWindowKindObjectBrowser
public:
literal String^ vsWindowKindObjectBrowser
public const var vsWindowKindObjectBrowser : String

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.

.NET Framework Security

See Also

Reference

Constants Class

Constants Members

EnvDTE Namespace