This document is archived and information here might be outdated. Recommended version. |
Provides access to the properties/methods of the string array.
Name | Description | |
---|---|---|
AddString | Adds a string to the array. | |
Count | The size of the array. | |
InsertString | Adds a string to the array at the specified index. | |
RemoveAll | Removes all strings from the array. | |
RemoveString | Removes a string from the array. | |
ReplaceString | Replaces a string in the array. | |
String | The string at the specified index in the array. |
CoClasses and Classes | Description |
---|---|
EnumBSTR | Enumeration of multiple strings. |