ICoreWebView2Find
COMメソッド 10
vtbl = vtable インデックス(0始まり)。HSP等からインデックス指定でCOMメソッドを呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_ActiveMatchIndex(INT* value) |
| 4 | HRESULT get_MatchCount(INT* value) |
| 5 | HRESULT add_ActiveMatchIndexChanged(ICoreWebView2FindActiveMatchIndexChangedEventHandler* eventHandler, EventRegistrationToken* token) |
| 6 | HRESULT remove_ActiveMatchIndexChanged(EventRegistrationToken token) |
| 7 | HRESULT add_MatchCountChanged(ICoreWebView2FindMatchCountChangedEventHandler* eventHandler, EventRegistrationToken* token) |
| 8 | HRESULT remove_MatchCountChanged(EventRegistrationToken token) |
| 9 | HRESULT Start(ICoreWebView2FindOptions* options, ICoreWebView2FindStartCompletedHandler* handler) |
| 10 | HRESULT FindNext( void) |
| 11 | HRESULT FindPrevious( void) |
| 12 | HRESULT Stop( void) |