IFileAssociationCollection Interface

 

Represents a collection of file type associations.

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

[GuidAttribute("CE32A8CE-51D5-4eb9-B340-3910BFE7E393")]
public interface IFileAssociationCollection

NameDescription
System_CAPS_pubpropertyItem[Object]

Gets the file association for a specified file name extension.

NameDescription
System_CAPS_pubmethodAdd(String, String, String, String)

Creates a file association and adds it to the collection.

System_CAPS_pubmethodClear()

Removes all items from the collection.

System_CAPS_pubmethodGetFileAssociations()

Returns the items in the collection as an array.

System_CAPS_pubmethodRemove(String)

Removes a file association from the collection.

The associations are 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: