FindEvents インターフェイス

更新 : 2007 年 11 月

複数ファイルからの検索操作のイベントを提供します。

名前空間 :  EnvDTE
アセンブリ :  EnvDTE (EnvDTE.dll 内)

構文

'宣言
<GuidAttribute("C5331ACD-C5D5-11D2-8598-006097C68E81")> _
Public Interface FindEvents _
    Implements _FindEvents, _dispFindEvents_Event
'使用
Dim instance As FindEvents
[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
public interface FindEvents extends _FindEvents, _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

参照

参照

FindEvents メンバ

EnvDTE 名前空間