IVsTextReplaceEvents::OnReplace Method (array<ChangeInput>^)
Visual Studio 2015
Called at start of a text replace operation.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pCI
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::ChangeInput>^
[in] Information about the change request.
Return Value
Type: System::Int32If 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 );
Note |
|---|
Use of this interface is discouraged. Do not use in new code. |
Show:
