IInstalledExtension.SizeInBytes 属性

扩展的 InstallPath 内容的大小。

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

语法

声明
ReadOnly Property SizeInBytes As ULong
ulong SizeInBytes { get; }
property unsigned long long SizeInBytes {
    unsigned long long get ();
}
abstract SizeInBytes : uint64 with get
function get SizeInBytes () : ulong

属性值

类型:UInt64
字节数。 InstallPath 属性指定的目录。

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

.NET Framework 安全性

请参阅

参考

IInstalledExtension 接口

Microsoft.VisualStudio.ExtensionManager 命名空间