IVsFindTarget 介面
實作到 和 取代程式編輯器中的功能。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
<GuidAttribute("DE89D360-C06A-11D2-936C-D714766E8B50")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindTarget
[GuidAttribute("DE89D360-C06A-11D2-936C-D714766E8B50")]
[InterfaceTypeAttribute()]
public interface IVsFindTarget
[GuidAttribute(L"DE89D360-C06A-11D2-936C-D714766E8B50")]
[InterfaceTypeAttribute()]
public interface class IVsFindTarget
[<GuidAttribute("DE89D360-C06A-11D2-936C-D714766E8B50")>]
[<InterfaceTypeAttribute()>]
type IVsFindTarget = interface end
public interface IVsFindTarget
IVsFindTarget 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Find | 要求的搜尋文字字串。 | |
GetCapabilities | 指定您支援的功能。 | |
GetCurrentSpan | 會傳回座標或目前的選取範圍的插入號位置。 | |
GetFindState | 先前的狀態會決定到作業。 | |
GetMatchRect | 傳回符合的字串的螢幕座標。 | |
GetProperty | 傳回要求的屬性值。 | |
GetSearchImage | 傳回環境要搜尋的文字影像。 | |
MarkSpan | 反白顯示的指定的文字範圍。 | |
NavigateTo | 移至文件中指定的位置。 | |
NotifyFindTarget | 要尋找的目標狀態的變更,會傳送通知。 | |
Replace | 要求的文字字串取代。 | |
SetFindState | 決定尋找作業的狀態。 |
回頁首
備註
實作者注意事項
實作這個介面以支援到 和 取代在視窗或文件中。