ISVGStringList interface
TBD.
Members
The ISVGStringList interface inherits from the IUnknown interface. ISVGStringList also has these types of members:
- Methods
- Properties
Methods
The ISVGStringList interface has these methods.
| Method | Description |
|---|---|
| appendItem | Inserts a new item at the end of the list. |
| clear | Clears all existing items from the list, which creates an empty list. |
| getItem | Returns the specified item from a list. |
| initialize | Clears current items from the list and re-initializes the list to contain the specified item. |
| insertItemBefore | Inserts a new item into a list at a specified position. |
| removeItem | Removes an existing item from the list. |
| replaceItem | Replaces a specified existing item in the list with a specified new item. |
Properties
The ISVGStringList interface has these properties.
| Property | Description |
|---|---|
Gets or sets the number of items in a list. |
Send comments about this topic to Microsoft
Build date: 1/26/2012