IFileAssociationCollection.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the file association for a specified file name extension.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IFileAssociation ^ default[System::Object ^] { Microsoft::VisualStudio::ManagedInterfaces::Publish::IFileAssociation ^ get(System::Object ^ key); };
[System.Runtime.InteropServices.DispId(1)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociation this[object key] { get; }
[<System.Runtime.InteropServices.DispId(1)>]
member this.Item(obj) : Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociation
Default Public ReadOnly Property Item(key As Object) As IFileAssociation
Parameters
- key
- Object
The file name extension.
Property Value
The file association for the file name extension; or null
if the file name extension is not found.
- Attributes