IDebugDocumentTextEvents2.onRemoveText(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 onRemoveText(Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION pos, System::UInt32 dwNumToRemove);
public int onRemoveText(Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION pos, uint dwNumToRemove);
abstract member onRemoveText : Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION * uint32 -> int
Public Function onRemoveText (pos As TEXT_POSITION, dwNumToRemove As UInteger) As Integer
Parameters
- pos
- TEXT_POSITION
- dwNumToRemove
- UInt32