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
bool MarkText(
    string Pattern,
    int Flags
)
bool MarkText(
    [InAttribute] String^ Pattern, 
    [InAttribute] int Flags
)
abstract MarkText : 
        Pattern:string * 
        Flags:int -> bool 
function MarkText(
    Pattern : String, 
    Flags : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Document Interface

EnvDTE Namespace