此工具窗口能够在文件中搜索字符串。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Public Const FindAdvanced As String
public const string FindAdvanced
备注
此工具窗口的 GUID 是:
#define guidFindAdvanced { 0xe830ec50, 0xc2b5, 0x11d2, { 0x93, 0x75, 0x0, 0x80, 0xc7, 0x47, 0xd9, 0xa0 } }
此工具窗口通过选择 在文件中查找 通常可用从 编辑 菜单的 查找和替换 子菜单。
![]() |
---|
此 GUID 只适用于 Visual Studio .NET 2003。Visual Studio 2005 合并 在文件中查找 与常规 查找和替换 工具窗口 (有关更多信息,请参见 FindReplace)。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。