次の方法で共有


IFileAssociationCollection.Item Property

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)

Syntax

'宣言
ReadOnly Default Property Item ( _
    key As Object _
) As IFileAssociation
IFileAssociation this[
    Object key
] { get; }

Parameters

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IFileAssociation
The file association for the file name extension; or nulla null reference (Nothing in Visual Basic) if the file name extension is not found.

.NET Framework Security

See Also

Reference

IFileAssociationCollection Interface

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace

Extension