Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes text from the document.
Syntax
HRESULT RemoveText(
ULONG cCharacterPosition,
ULONG cNumToRemove
);
Parameters
cCharacterPosition
[in] Start location of the character range to remove.
cNumToRemove
[in] Number of characters to remove.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
This method removes text from the document.
See also
IDebugDocumentTextAuthor Interface
IDebugDocumentTextAuthor::InsertText