Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the the special character at the specified index. |
The following tables list the members exposed by PlaceholderCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the the special character at the specified index. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds a new special character to the collection. |
![]() | AddRange | Adds the special characters of an ICollection to the end of the PlaceholderCollection. |
![]() | CheckItemBeforeAdding | Checks validity of the placeholder |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether a character is in the placeholder collection. |
![]() | CopyTo | Copies elements of the collection to an array starting at a particular array index. |
![]() | GetItem | Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection. |
![]() | IndexOf | Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection. |
![]() | Insert | Inserts a new special character to the collection at the specified position. |
![]() | Remove | Removes a specific character from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnChanged | This method is for internal use only. |
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. This method is for internal use only. |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |