IVsTextReplaceEvents Interface

Definition

Manages notification that a change in text about to occur.

public interface class IVsTextReplaceEvents
public interface class IVsTextReplaceEvents
__interface IVsTextReplaceEvents
[System.Runtime.InteropServices.Guid("CF9928D9-65AE-4319-A446-94ED5C45ECDE")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextReplaceEvents
[System.Runtime.InteropServices.Guid("CF9928D9-65AE-4319-A446-94ED5C45ECDE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextReplaceEvents
[<System.Runtime.InteropServices.Guid("CF9928D9-65AE-4319-A446-94ED5C45ECDE")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextReplaceEvents = interface
[<System.Runtime.InteropServices.Guid("CF9928D9-65AE-4319-A446-94ED5C45ECDE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextReplaceEvents = interface
Public Interface IVsTextReplaceEvents
Attributes

Remarks

Note

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

Methods

OnReplace(ChangeInput[])

Called at start of a text replace operation.

Applies to