Name | Description | |
---|---|---|
ImGearFileFilters Constructor | Initializes a new instance of the ImGearFileFilters class. |
The following tables list the members exposed by ImGearFileFilters.
Name | Description | |
---|---|---|
ImGearFileFilters Constructor | Initializes a new instance of the ImGearFileFilters class. |
Name | Description | |
---|---|---|
Count | Gets the total number of formats currently in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
Add | Adds a new format to the end of the list of formats. | |
Contains | Tells whether a particular format is in the list of formats. | |
CopyTo | Copies IImGearFormat entries to an Array of IImGearFormat elements, starting at a particular Array index. | |
Get | Gets a format in the list based on the format ID. | |
GetEnumerator | Returns an enumerator that can iterate through a collection. | |
IndexOf | Gets an index of a format in the list based on the format ID. | |
Insert | Inserts a new format to the list of formats at the specified position. | |
InsertAfter | Inserts a new format to the list of formats after the specified format. | |
Remove | Removes a format from the list based on the format ID. | |
RemoveAt | Removes a format from the list at the specified position. | |
Set | Sets a format replacing the old one with the same ID. |