Compartilhar via


IFileAssociation Interface

Definition

Represents an association between a file type and a specific program.

public interface class IFileAssociation
public interface class IFileAssociation
__interface IFileAssociation
[System.Runtime.InteropServices.Guid("BC328DB5-F80C-4231-9A18-496E56E2F4D0")]
public interface IFileAssociation
[<System.Runtime.InteropServices.Guid("BC328DB5-F80C-4231-9A18-496E56E2F4D0")>]
type IFileAssociation = interface
Public Interface IFileAssociation
Attributes

Properties

DefaultIcon

Gets or sets the default icon that is associated with files of this type.

Description

Gets or sets the description of the program that is used to open files of this type.

Extension

Gets the file name extension for the file type.

Progid

Gets or sets the ProgID that identifies the program that is used to open files of this type.

Applies to