IVsTextReplaceEvents Interface

Information of a change that is about to occur.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CF9928D9-65AE-4319-A446-94ED5C45ECDE")> _
Public Interface IVsTextReplaceEvents
'Utilisation
Dim instance As 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

Remarks

Notes

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

See Also

Reference

IVsTextReplaceEvents Members

Microsoft.VisualStudio.TextManager.Interop Namespace