vsFindTarget 枚举
指示搜索操作的目标,如磁盘上的当前文档或文件。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
<GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")> _
Public Enumeration vsFindTarget
[GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")]
public enum vsFindTarget
[GuidAttribute(L"481899FB-B657-4E45-8C00-0E051052BB13")]
public enum class vsFindTarget
[<GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")>]
type vsFindTarget
public enum vsFindTarget
成员
成员名称 | 说明 | |
---|---|---|
vsFindTargetCurrentDocument | 在当前文档中搜索匹配项。(默认值) | |
vsFindTargetCurrentDocumentSelection | 在文档中的选定文本中搜索匹配项。 | |
vsFindTargetCurrentDocumentFunction | 在函数中搜索当前文档的匹配项。不必在搜索函数前选择该函数。 | |
vsFindTargetOpenDocuments | 在所有打开的文档中搜索匹配项。 | |
vsFindTargetCurrentProject | 在当前项目中搜索匹配项。 | |
vsFindTargetSolution | 在打开的解决方案中搜索匹配项。 | |
vsFindTargetFiles | 在指定文件中搜索匹配项。 |