IFileAssociationCollection.Item[Object] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定文件扩展名的文件关联。
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
文件扩展名。
属性值
文件扩展名的文件关联; null 如果未找到文件扩展名,则为。
- 属性