MatchLength

Property of ISearchMatch

Description

Length of match

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = SearchMatch.MatchLength;

Visual Basic Script

nVal = SearchMatch.MatchLength

C++

long nVal;
HRESULT hr = SearchMatch.get_MatchLength(&nVal);

See Also

ISearchMatch