IFileAssociationCollection::Item Property (Object^)
Visual Studio 2015
Gets the file association for a specified file name extension.
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.
Show: