Navigate

Method of ISearchMatch

Description

Navigate to the match location

Parameters

Syntax

JavaScript

SearchMatch.Navigate(sFileName, bActivate);

Visual Basic Script

SearchMatch.Navigate sFileName, bActivate

C++

HRESULT hr = SearchMatch.Navigate(sFileName, bActivate);

See Also

ISearchMatch