Constants.vsWindowKindObjectBrowser Field
The Object Browser window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindObjectBrowser As String
public const string vsWindowKindObjectBrowser
public:
literal String^ vsWindowKindObjectBrowser
static val mutable vsWindowKindObjectBrowser: string
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.