IFileAssociationCollection Interface
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
C++/CX
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
Item[Object] |
Gets the file association for a specified file name extension. |
Add(String, String, String, String) |
Creates a file association and adds it to the collection. |
Clear() |
Removes all items from the collection. |
Get |
Returns the items in the collection as an array. |
Remove(String) |
Removes a file association from the collection. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |