IVsTextReplaceEvents::OnReplace Method (array<ChangeInput>^)

 

Called at start of a text replace operation.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int OnReplace(
	array<ChangeInput>^ pCI
)

Parameters

pCI
Type: array<Microsoft.VisualStudio.TextManager.Interop::ChangeInput>^

[in] Information about the change request.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr.idl:

[C++]
HRESULT IVsTextReplaceEvents::OnReplace(
   [in] const ChangeInput* pCI
);
System_CAPS_noteNote

Use of this interface is discouraged. Do not use in new code.

Return to top
Show: