共用方式為


FindEvents 介面

提供在檔案中尋找 (Find-in-Files) 作業的事件。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
<GuidAttribute("C5331ACD-C5D5-11D2-8598-006097C68E81")> _
Public Interface FindEvents _
    Inherits _FindEvents, _dispFindEvents_Event
[GuidAttribute("C5331ACD-C5D5-11D2-8598-006097C68E81")]
public interface FindEvents : _FindEvents, 
    _dispFindEvents_Event
[GuidAttribute(L"C5331ACD-C5D5-11D2-8598-006097C68E81")]
public interface class FindEvents : _FindEvents, 
    _dispFindEvents_Event
[<GuidAttribute("C5331ACD-C5D5-11D2-8598-006097C68E81")>]
type FindEvents =  
    interface
        interface _FindEvents
        interface _dispFindEvents_Event
    end
public interface FindEvents extends _FindEvents, _dispFindEvents_Event

FindEvents 型別會公開下列成員。

方法

  名稱 說明
公用方法 add_FindDone 基礎架構。僅限 Microsoft 內部使用。 (繼承自 _dispFindEvents_Event)。
公用方法 remove_FindDone 基礎架構。僅限 Microsoft 內部使用。 (繼承自 _dispFindEvents_Event)。

回頁首

事件

  名稱 說明
公用事件 FindDone 基礎架構。僅限 Microsoft 內部使用。 (繼承自 _dispFindEvents_Event)。

回頁首

備註

請使用此物件以瞭解此功能,如需物件的說明,請參考 FindEventsClass。 FindEvents 物件被 DTE 物件傳回。

範例

<System.ContextStaticAttribute()> Public WithEvents FindEvents As EnvDTE.FindEvents
   
Public Sub FindEvents_FindDone(ByVal Result As EnvDTE.vsFindResult, ByVal Cancelled As Boolean) Handles FindEvents.FindDone
   MsgBox("test")
End Sub

請參閱

參考

EnvDTE 命名空間