Compartilhar via


IFileAssociationCollection.Item[Object] Property

Definition

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

Applies to