Command used to toggle a data value.
The ToggleValueCommand..::..ValueCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a string object to the end of the list. |
![]() | Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) |
![]() | Contains | Determines whether a string object is in the list. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Searches for the specified string object and returns the zero-based index of the first occurrence within the entire list. |
![]() | Insert | Inserts a string object into the list at the specified index. |
![]() | Remove | Removes the first occurrence of a specific string object from the list. |
![]() | RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) |
![]() | ToArray | Copies the elements of the list to a new array of string objects. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) |
![]() | Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) |
![]() | Item | Gets or sets the string object at the specified index. |