File Search Library
MatchLocation Constructor



KellermanSoftware.FileSearchLibrary Namespace > MatchLocation Class : MatchLocation Constructor
The start position of the match
The length of the match
The text that was matched
Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal startPosition As Integer, _
   ByVal length As Integer, _
   ByVal matchText As String _
)
'Usage
 
Dim startPosition As Integer
Dim length As Integer
Dim matchText As String
 
Dim instance As New MatchLocation(startPosition, length, matchText)
public MatchLocation( 
   int startPosition,
   int length,
   string matchText
)
public:
MatchLocation( 
   int startPosition,
   int length,
   String^ matchText
)

Parameters

startPosition
The start position of the match
length
The length of the match
matchText
The text that was matched
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MatchLocation Class
MatchLocation Members