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