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