SettingsManager.GetCommonExtensionsSearchPaths Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the list of folders that Visual Studio uses for installing/discovering machine-wide extensions.
public:
abstract System::Collections::Generic::IEnumerable<System::String ^> ^ GetCommonExtensionsSearchPaths();
public abstract System.Collections.Generic.IEnumerable<string> GetCommonExtensionsSearchPaths ();
abstract member GetCommonExtensionsSearchPaths : unit -> seq<string>
Public MustOverride Function GetCommonExtensionsSearchPaths () As IEnumerable(Of String)
Returns
Remarks
This method is safe to access from any thread.