Constants.vsWindowKindFindReplace Field
The Find Replace dialog box.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindFindReplace As String
public const string vsWindowKindFindReplace
public:
literal String^ vsWindowKindFindReplace
static val mutable vsWindowKindFindReplace: string
public const var vsWindowKindFindReplace : String
Remarks
GUID value = {CF2DDC32-8CAD-11D2-9302-005345000000}.
vsWindowKindFindReplace 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.