IFileAssociationCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of file type associations.
public interface class IFileAssociationCollection
public interface class IFileAssociationCollection
__interface IFileAssociationCollection
[System.Runtime.InteropServices.Guid("CE32A8CE-51D5-4eb9-B340-3910BFE7E393")]
public interface IFileAssociationCollection
[<System.Runtime.InteropServices.Guid("CE32A8CE-51D5-4eb9-B340-3910BFE7E393")>]
type IFileAssociationCollection = interface
Public Interface IFileAssociationCollection
- Attributes
Properties
Item[Object] |
Gets the file association for a specified file name extension. |
Methods
Add(String, String, String, String) |
Creates a file association and adds it to the collection. |
Clear() |
Removes all items from the collection. |
GetFileAssociations() |
Returns the items in the collection as an array. |
Remove(String) |
Removes a file association from the collection. |