IFileAssociation Interface

 

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

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[GuidAttribute("BC328DB5-F80C-4231-9A18-496E56E2F4D0")]
public interface IFileAssociation

NameDescription
System_CAPS_pubpropertyDefaultIcon

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

System_CAPS_pubpropertyDescription

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

System_CAPS_pubpropertyExtension

Gets the file name extension for the file type.

System_CAPS_pubpropertyProgid

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

The association is in the context of a deployment.

This interface is only available to products that run in Visual Studio 2008 Service Pack 1 or later versions.

Return to top
Show: