IDebugDocumentTextEvents2.onInsertText(TEXT_POSITION, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int onInsertText(Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION pos, System::UInt32 dwNumToInsert);
public int onInsertText(Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION pos, uint dwNumToInsert);
abstract member onInsertText : Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION * uint32 -> int
Public Function onInsertText (pos As TEXT_POSITION, dwNumToInsert As UInteger) As Integer
Parameters
- pos
- TEXT_POSITION
- dwNumToInsert
- UInt32