IXmlCharacterData interface
Provides text manipulation methods that are used by several objects.
Syntax
Attributes
- GuidAttribute("132e42ab-4e36-4df6-b1c8-0ce62fd88b26")
- VersionAttribute(NTDDI_WIN8)
Members
The IXmlCharacterData interface has these types of members:
Methods
The IXmlCharacterData interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| AppendData | Appends the supplied string to the existing string data. |
| DeleteData | Deletes specified data. |
| InsertData | Inserts a string at the specified offset. |
| ReplaceData | Replaces the specified number of characters with the supplied string. |
| SubstringData | Retrieves a substring of the full string from the specified range. |
Properties
The IXmlCharacterData interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets the node data depending on the node type. | |
| Read-only | Gets the length of the data, in Unicode characters. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
