[]
Represents a collection of end user visible UI strings.
[TypeConverter(typeof(UIStrings.TypeConverter))]
public class UIStrings
| Name | Description |
|---|---|
| UIStrings() |
| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the collection. |
| this[string] |
| Name | Description |
|---|---|
| Add(object, int, string, string) | Adds a string to the collection, specifying the ordinal. |
| Add(object, string, string) | Adds a string to the collection in alphabetical order. |
| AddInOrder(object, string, string) | Adds a string to the collection, preserving the order. |
| GetDescription(object) | Returns the description of a string. |
| GetKeyAt(int) | Returns the key of an item with the specified index. |
| GetValueAt(int) | Gets the string by its index. |
| IsDefault(object) | Tests whether a string in the collection has default value. |
| OnCollectionChanged(EventArgs) | Fires the CollectionChanged event. |
| OnItemAdded(UIStringsItemEventArgs) | Fires the ItemAdded event. |
| OnItemChanged(UIStringsItemEventArgs) | Fires the ItemChanged event. |
| Reset() | Sets all strings in collection to their default values. |
| Reset(object) | Resets a string to its default value. |
| SetValueAt(int, string) | Sets the value of a string with the specified index. |
| ShouldSerialize() | Indicates whether any of the strings in the current collection have non-default values. |
| Name | Description |
|---|---|
| CollectionChanged | Occurs when the collection has been changed. |
| ItemAdded | Occurs when a new item is added to the collection. |
| ItemChanged | Occurs when an item in the collection is changed. |