ExternalSettingsManager.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 to install or look for machine-wide extensions.
public:
override System::Collections::Generic::IEnumerable<System::String ^> ^ GetCommonExtensionsSearchPaths();
public override sealed System.Collections.Generic.IEnumerable<string> GetCommonExtensionsSearchPaths ();
override this.GetCommonExtensionsSearchPaths : unit -> seq<string>
Public Overrides NotOverridable Function GetCommonExtensionsSearchPaths () As IEnumerable(Of String)