Position
Property of ISearchMatch
Description
Match Position
Property type
Read-Only Property of type IPosition
Syntax
JavaScript
var pVal = SearchMatch.Position;
Visual Basic Script
pVal = SearchMatch.Position
C++
CComPtr<IPosition> pVal; HRESULT hr = SearchMatch.get_Position(&pVal);