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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Overrides Function GetCommonExtensionsSearchPaths As IEnumerable(Of String)
public override IEnumerable<string> GetCommonExtensionsSearchPaths()
Return Value
Type: System.Collections.Generic.IEnumerable<String>
The list of extension root paths.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.