Condividi tramite


Proprietà IExtensionHeader.SystemComponent

Specifica se un'estensione può essere disinstallato.

Spazio dei nomi:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Sintassi

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

Valore proprietà

Tipo: Boolean
Il valore dell' elemento di SystemComponent del manifesto dell' estensione VSIX, espresso come Boolean.

Note

Sebbene questa API supporta l'infrastruttura di Gestione estensioni , è consigliabile non utilizzarla in quanto è soggetto a modifiche.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IExtensionHeader Interfaccia

Spazio dei nomi Microsoft.VisualStudio.ExtensionManager