IVsTextReplaceEvents Interface

 

Manages notification that a change in text about to occur.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("CF9928D9-65AE-4319-A446-94ED5C45ECDE")]
public interface IVsTextReplaceEvents

NameDescription
System_CAPS_pubmethodOnReplace(ChangeInput[])

Called at start of a text replace operation.

System_CAPS_noteNote

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

Return to top
Show: