Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Navigate ====== Method of [[:scripting:api:search-match:start|ISearchMatch]] ===== Description ===== Navigate to the match location ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **sFileName** = %%""%% (optional) * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bActivate** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> SearchMatch.Navigate(sFileName, bActivate); </code>==== Visual Basic Script ==== <code vb> SearchMatch.Navigate sFileName, bActivate </code>==== C++ ==== <code cpp> HRESULT hr = SearchMatch.Navigate(sFileName, bActivate); </code>===== See Also ===== [[:scripting:api:search-match:start|ISearchMatch]] ~~NOTOC~~