Constants.vsWindowKindFindResults1 Field
The Find Results 1 window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindFindResults1 As String
public const string vsWindowKindFindResults1
public:
literal String^ vsWindowKindFindResults1
static val mutable vsWindowKindFindResults1: string
public const var vsWindowKindFindResults1 : String
Remarks
GUID value = {0F887920-C2B6-11D2-9375-0080C747D9A0}.
vsWindowKindFindResults1 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.