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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。