Share via


IInstalledExtension.InstalledPerMachine Property

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

Specifies whether the extension is installed on a per-machine basis.

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

Syntax

'Declaration
ReadOnly Property InstalledPerMachine As Boolean
bool InstalledPerMachine { get; }
property bool InstalledPerMachine {
    bool get ();
}
abstract InstalledPerMachine : bool with get
function get InstalledPerMachine () : boolean

Property Value

Type: System.Boolean
true if the extension is installed on a per-machine basis; otherwise, false.

Remarks

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

If an extension is installed on a per-machine basis, all users of that computer have access to the extension. Otherwise, it is available only to the user who installed it.

.NET Framework Security

See Also

Reference

IInstalledExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace