Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IStringCollection interface defines the following properties.
| Property | Description |
|---|---|
| _NewEnum | Gets an IEnumVARIANT interface that can be used to enumerate the collection. |
| Count | Gets the number of elements in the collection. |
| Item | Gets or sets a string in the collection. |
| ReadOnly | Gets a Boolean value that indicates whether the collection is read-only. |