IFinderFactory 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來建立 IFinder的處理站,可用來在 s 上 ITextSnapshot執行尋找作業。 從建立。IFindService
public interface class IFinderFactory
public interface IFinderFactory
type IFinderFactory = interface
Public Interface IFinderFactory
備註
當 建立且無法變更 時 IFinderFactory ,會設定 find & 取代字串和尋找選項。
屬性
FindWhat |
正在搜尋的字串。 |
Options |
搜尋選項。 |
ReplaceWith |
用來取代找到文字的字串。 |
方法
Create(ITextSnapshot) |
建立搜尋的尋找工具 |