Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CF9928D9-65AE-4319-A446-94ED5C45ECDE")> _
Public Interface IVsTextReplaceEvents
[InterfaceTypeAttribute()]
[GuidAttribute("CF9928D9-65AE-4319-A446-94ED5C45ECDE")]
public interface IVsTextReplaceEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"CF9928D9-65AE-4319-A446-94ED5C45ECDE")]
public interface class IVsTextReplaceEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CF9928D9-65AE-4319-A446-94ED5C45ECDE")>]
type IVsTextReplaceEvents = interface end
public interface IVsTextReplaceEvents
The IVsTextReplaceEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnReplace | Called at start of a text replace operation. |
Top
Remarks
Note
Use of this interface is discouraged. Do not use in new code.
.gif)