Condividi tramite


Metodo IVsExtensionManager.GetEnabledExtensionContentLocations (String)

Query per una raccolta di percorsi di tutto il contenuto di un particolare tipo incluso nelle estensioni attivate.

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

Sintassi

'Dichiarazione
Function GetEnabledExtensionContentLocations ( _
    contentTypeName As String _
) As IEnumerable(Of String)
IEnumerable<string> GetEnabledExtensionContentLocations(
    string contentTypeName
)
IEnumerable<String^>^ GetEnabledExtensionContentLocations(
    String^ contentTypeName
)
abstract GetEnabledExtensionContentLocations : 
        contentTypeName:string -> IEnumerable<string> 
function GetEnabledExtensionContentLocations(
    contentTypeName : String
) : IEnumerable<String>

Parametri

  • contentTypeName
    Tipo: String

    Il tipo di contenuto per filtrare la ricerca da.

Valore restituito

Tipo: IEnumerable<String>
Una raccolta di percorsi di estensioni in cui contentTypeName corrisponde a un elemento figlio dell' elemento di contenuto del manifesto VSIX per l'estensione.

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

IVsExtensionManager Interfaccia

Overload GetEnabledExtensionContentLocations

Spazio dei nomi Microsoft.VisualStudio.ExtensionManager