scripting:api:search-match:position

Position

Property of ISearchMatch

Match Position

Read-Only Property of type IPosition

var pVal = SearchMatch.Position;
pVal = SearchMatch.Position
CComPtr<IPosition> pVal;
HRESULT hr = SearchMatch.get_Position(&pVal);