Condividi tramite


Proprietà IExtensionHeader.Identifier

un valore univoco per identificare l'estensione.

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

Sintassi

'Dichiarazione
ReadOnly Property Identifier As String
string Identifier { get; }
property String^ Identifier {
    String^ get ();
}
abstract Identifier : string with get
function get Identifier () : String

Valore proprietà

Tipo: String
Il valore dell' attributo di ID dell' elemento di identificatore del manifesto dell' estensione VSIX.

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