Share via


IDebugDocumentTextEvents Interface

Definition

public interface class IDebugDocumentTextEvents
[System.Runtime.InteropServices.Guid("51973C23-CB0C-11D0-B5C9-00A0244A0E7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugDocumentTextEvents
[<System.Runtime.InteropServices.Guid("51973C23-CB0C-11D0-B5C9-00A0244A0E7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugDocumentTextEvents = interface
Public Interface IDebugDocumentTextEvents
Attributes

Methods

onDestroy()
onInsertText(UInt32, UInt32)
onRemoveText(UInt32, UInt32)
onReplaceText(UInt32, UInt32)
onUpdateDocumentAttributes(UInt32)
onUpdateTextAttributes(UInt32, UInt32)

Applies to