Sdílet prostřednictvím


ExtensionManager.UseVisualStudioInstalledExtensionPaths – vlastnost

Získá nebo nastaví, zda chcete načíst soubory extension.xml a sestavení z rozšíření Visual Studio cesty rozšíření a také všechny cesty, které jsou určeny pomocí AddExtensionLoadPath().

Obor názvů:  Microsoft.Data.Schema.Extensibility
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Shared Property UseVisualStudioInstalledExtensionPaths As Boolean
    Get
    Set
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ExtensionManager Třída

Microsoft.Data.Schema.Extensibility – obor názvů