ShellSettingsManager::GetCommonExtensionsSearchPaths Method ()

 

Gets the list of folders that Visual Studio uses for installing/discovering machine-wide extensions.

Namespace:   Microsoft.VisualStudio.Shell.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual IEnumerable<String^>^ GetCommonExtensionsSearchPaths() override

Return Value

Type: System.Collections.Generic::IEnumerable<String^>^

The list of extension root paths.

Return to top
Show: