TagList Class |
Namespace: Spire.Presentation.Collections
The TagList type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets a number of tags in the collectoin.
|
|
|
Item |
Gets or sets a key and a value pair of a tag.
|
| Name | Description | |
|---|---|---|
|
|
Append |
Adds a new tag to collection.
|
|
|
Clear |
Removes all tags from the collection.
|
|
|
Contains |
Indicates whether the collection contains a specific name.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetByInd |
Gets value of a tag at the specified index.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetKey |
Gets key of a tag at the specified index.
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
IndexOfKey |
Gets the zero-based index of the specified key in the collection.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the tag with a specified name from the collection.
|
|
|
RemoveAt |
Removes the tag at the specified index.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|