Partilhar via


Propriedade ExtensionManager.UseVisualStudioInstalledExtensionPaths

Obtém ou define se deve carregar os arquivos de extension.xml e assemblies de extensão da Visual Studio caminhos de extensões e também para todos os caminhos são especificados por meio de AddExtensionLoadPath().

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ExtensionManager Classe

Namespace Microsoft.Data.Schema.Extensibility