Condividi tramite


Proprietà ExtensionManager.UseVisualStudioInstalledExtensionPaths

Ottiene o imposta un valore che indica se caricare i file extension.xml e gli assembly delle estensioni dai percorsi delle estensioni di Visual Studio oltre a qualsiasi percorso specificato tramite AddExtensionLoadPath().

Spazio dei nomi:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtensionManager Classe

Spazio dei nomi Microsoft.Data.Schema.Extensibility