IDebugDocumentTextAuthor.ReplaceText(UInt32, UInt32, String) 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 ReplaceText(System::UInt32 cCharacterPosition, System::UInt32 cNumToReplace, System::String ^ pcharText);
public int ReplaceText(uint cCharacterPosition, uint cNumToReplace, string pcharText);
abstract member ReplaceText : uint32 * uint32 * string -> int
Public Function ReplaceText (cCharacterPosition As UInteger, cNumToReplace As UInteger, pcharText As String) As Integer
Parameters
- cCharacterPosition
- UInt32
- cNumToReplace
- UInt32
- pcharText
- String