IVsTextReplaceEvents Интерфейс
Определение
Управляет уведомлением о том, что происходит изменение текста.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(1)>]
type IVsTextReplaceEvents = interface
Public Interface IVsTextReplaceEvents
- Атрибуты
Комментарии
Примечание
Использовать этот интерфейс не рекомендуется.Use of this interface is discouraged. Не используйте в новом коде.Do not use in new code.
Методы
OnReplace(ChangeInput[]) |
Вызывается в начале операции замены текста.Called at start of a text replace operation. |