ISVGStringList interface
Represents a list of strings.
Members
The ISVGStringList interface inherits from the IDispatch interface. ISVGStringList also has these types of members:
Methods
The ISVGStringList interface has these methods.
| Method | Description |
|---|---|
| ISVGTransformList::appendItem |
Inserts a new item at the end of the list. |
| ISVGTransformList::clear |
Clears all existing items from the list, which creates an empty list. |
| ISVGTransformList::getItem |
Returns the specified item from a list. |
| ISVGTransformList::initialize |
Clears current items from the list and re-initializes the list to contain the specified item. |
| ISVGTransformList::insertItemBefore |
Inserts a new item into a list at a specified position. |
| ISVGTransformList::removeItem |
Removes an existing item from the list. |
| ISVGTransformList::replaceItem |
Replaces a specified existing item in the list with a specified new item. |
Properties
The ISVGStringList interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the number of items in a list. |
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also