Share via


IInstalledExtension.SizeInBytes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The size of the InstallPath directory of the extension.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
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

Property Value

Type: System.UInt64
The number of bytes in the directory that is specified by the InstallPath property.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IInstalledExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace