IFileAssociation.Extension 属性

获取文件类型的文件扩展名。

命名空间:  Microsoft.VisualStudio.ManagedInterfaces.Publish
程序集:  Microsoft.VisualStudio.ManagedInterfaces.9.0(在 Microsoft.VisualStudio.ManagedInterfaces.9.0.dll 中)

语法

声明
ReadOnly Property Extension As String
string Extension { get; }

属性值

类型:System.String
文件类型的文件扩展名。

备注

文件类型的文件扩展名包含句点 ()。例如, “.exe”是可执行文件的文件扩展名。

文件扩展名用作索引为实现 IFileAssociationCollection 接口的集合。

.NET Framework 安全性

请参见

参考

IFileAssociation 接口

Microsoft.VisualStudio.ManagedInterfaces.Publish 命名空间

Item