次の方法で共有


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

See Also

Reference

ShellSettingsManager Class

Microsoft.VisualStudio.Shell.Settings Namespace