IDebugDocumentTextEvents.onReplaceText(UInt32, 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(System::UInt32 cCharacterPosition, System::UInt32 cNumToReplace);
public int onReplaceText(uint cCharacterPosition, uint cNumToReplace);
abstract member onReplaceText : uint32 * uint32 -> int
Public Function onReplaceText (cCharacterPosition As UInteger, cNumToReplace As UInteger) As Integer
Parameters
- cCharacterPosition
- UInt32
- cNumToReplace
- UInt32