Document::MarkText Method (String^, Int32)

 

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

Microsoft Internal Use Only.

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

bool MarkText(
	String^ Pattern,
	int Flags = 0
)

Parameters

Pattern
Type: System::String^

The text pattern.

Flags
Type: System::Int32

The flags.

Return Value

Type: System::Boolean
Return to top
Show: