Document.MarkText Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Function MarkText ( _
    Pattern As String, _
    Flags As Integer _
) As Boolean
'Usage
Dim instance As Document 
Dim Pattern As String 
Dim Flags As Integer 
Dim returnValue As Boolean 

returnValue = instance.MarkText(Pattern, _
    Flags)
bool MarkText(
    string Pattern,
    int Flags
)
bool MarkText(
    [InAttribute] String^ Pattern, 
    [InAttribute] int Flags
)
function MarkText(
    Pattern : String, 
    Flags : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Document Interface

Document Members

EnvDTE Namespace