IFileAssociationCollection::Item Property (Object^)

 

Gets the file association for a specified file name extension.

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

[DispIdAttribute(1)]
property IFileAssociation^ default[
	Object^ key
] {
	IFileAssociation^ get(Object^ key);
}

Parameters

key
Type: System::Object^

The file name extension.

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::IFileAssociation^

The file association for the file name extension; or null if the file name extension is not found.

Return to top
Show: