IFileAssociationCollection.Item[Object] 属性

定义

获取指定文件扩展名的文件关联。

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

参数

key
Object

文件扩展名。

属性值

IFileAssociation

文件扩展名的文件关联; null 如果未找到文件扩展名,则为。

属性

适用于