Constants.vsWindowKindFindResults2 Field
The Find Results 2 window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindFindResults2 As String
public const string vsWindowKindFindResults2
public:
literal String^ vsWindowKindFindResults2
static val mutable vsWindowKindFindResults2: string
public const var vsWindowKindFindResults2 : String
Remarks
GUID value = {0F887921-C2B6-11D2-9375-0080C747D9A0}.
vsWindowKindFindResults2 is used to get a handle to a particular window in the integrated development environment (IDE) so as 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.