ShellSettingsManager.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:
override System::Collections::Generic::IEnumerable<System::String ^> ^ GetCommonExtensionsSearchPaths();
public override System.Collections.Generic.IEnumerable<string> GetCommonExtensionsSearchPaths ();
override this.GetCommonExtensionsSearchPaths : unit -> seq<string>
Public Overrides Function GetCommonExtensionsSearchPaths () As IEnumerable(Of String)
Returns
List of extensions root paths.
Remarks
This method is safe to access from any thread.