Share via


ExtensionManager.UseVisualStudioInstalledExtensionPaths Property

Gets or sets whether to load extension.xml files and extension assemblies from the Visual Studio extensions path(s) and also to any paths that are specified through AddExtensionLoadPath().

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared Property UseVisualStudioInstalledExtensionPaths As Boolean
public static bool UseVisualStudioInstalledExtensionPaths { get; set; }
public:
static property bool UseVisualStudioInstalledExtensionPaths {
    bool get ();
    void set (bool value);
}
static member UseVisualStudioInstalledExtensionPaths : bool with get, set
static function get UseVisualStudioInstalledExtensionPaths () : boolean
static function set UseVisualStudioInstalledExtensionPaths (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ExtensionManager Class

Microsoft.Data.Schema.Extensibility Namespace