The following tables list the members exposed by CustomPlaceHolderCollection.
Name | Description | |
---|---|---|
![]() | CustomPlaceHolderCollection Constructor | Initializes a new instance of the CustomPlaceHolderCollection class. |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a string to the end of the CustomPlaceHolderCollection . |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the specified string is in the CustomPlaceHolderCollection . |
![]() | ContainsByCharacter | Determines whether a placeholder in a CustomPlaceHolderCollection object. |
![]() | GetByCharacter | Gets a placeholder by character. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Searches for the specified CustomPlaceHolder object and returns the zero-based index of the first occurrence within the CustomPlaceHolderCollection . |
![]() | Insert | Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index. |
![]() | IsValidChar | Determines whether a character is a valid value for the placeholder. |
![]() | OnChanged | Raises the Changed event. |
![]() | Remove | Removes the first occurrence of a specific CustomPlaceHolder object from the CustomPlaceHolderCollection . |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |