FileAssociationCollection Class
Definition
Represents a collection of file associations.
public ref class FileAssociationCollection sealed : System::Collections::IEnumerable
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class FileAssociationCollection : System.Collections.IEnumerable
[<System.Runtime.InteropServices.ComVisible(false)>]
type FileAssociationCollection = class
interface IEnumerable
Public NotInheritable Class FileAssociationCollection
Implements IEnumerable
- Inheritance
-
FileAssociationCollection
- Attributes
- Implements
Properties
Count |
Gets the number of file associations in the collection. |
Item[Int32] |
Gets the file association that appears at the specified index. |
Methods
Add(FileAssociation) |
Adds the specified file association to the collection. |
Clear() |
Removes all file associations from the collection. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an enumerator that can iterate through the collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |