Name | Description | |
---|---|---|
PlaceholderCollection Constructor | Initializes a new instance of the PlaceholderCollection class. |
The following tables list the members exposed by PlaceholderCollection.
Name | Description | |
---|---|---|
PlaceholderCollection Constructor | Initializes a new instance of the PlaceholderCollection class. |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
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.ObjectModel.Collection<T>) | |
Contains | Overloaded. Determines whether a character is in the placeholder collection. | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
GetItem | Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection. | |
IndexOf | Overloaded. Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection. | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
Remove | Overloaded. Removes a specific character from the collection. | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
ClearItems | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
InsertItem | Overridden. Inserts an item into the collection at the specified index. | |
MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
RemoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) | |
SetItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<CustomPlaceholder>) |