GetTextOccurrenceCount(Int32,String,Boolean,Boolean,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetTextOccurrenceCount( _
ByVal As Integer, _
ByVal As String, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Integer
public int GetTextOccurrenceCount(
int ,
string ,
bool ,
bool ,
bool
)
public function GetTextOccurrenceCount(
: Integer;
: String;
: Boolean;
: Boolean;
: Boolean
): Integer;
public function GetTextOccurrenceCount(
: int,
: String,
: boolean,
: boolean,
: boolean
) : int;
public: int GetTextOccurrenceCount(
int ,
string* ,
bool ,
bool ,
bool
)
public:
int GetTextOccurrenceCount(
int ,
String^ ,
bool ,
bool ,
bool
)
Parameters
- Page
- Text
- CaseSensitive
- WholeWords
- OrdinalComparison
See Also