Document::ReplaceText Method (String^, 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 ReplaceText(
	String^ FindText,
	String^ ReplaceText,
	int Flags = 0
)

Parameters

FindText
Type: System::String^

The text to find.

ReplaceText
Type: System::String^

The replacement text.

Flags
Type: System::Int32

Flags from vsFindOptions.

Return Value

Type: System::Boolean

true if the text was replaced, otherwise false.

Return to top
Show: