共用方式為


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 在指定的檔案中搜尋符合項目。

請參閱

參考

EnvDTE 命名空間