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.
Extracts a range of characters from the object.
![]() |
Syntax
BSTR retVal = object.substringData(offset, Count);
Parameters
offset [in]
Type: longlong that specifies the offset from which to start.
Count [in]
Type: longlong that specifies the number of characters to extract.
Standards information
Remarks
IHTMLCommentElement2::substringData was introduced in Microsoft Internet Explorer 6
If the sum of the offset and Count parameters exceeds the number of characters in the object, then an error is returned.
.png)