Поделиться через


ExtensionManager.UseVisualStudioInstalledExtensionPaths - свойство

Получает или задает значение, указывающее, следует ли загрузить файлы extension.xml и сборки расширений из путей расширения Visual Studio по всем путям, заданным с помощью AddExtensionLoadPath().

Пространство имен:  Microsoft.Data.Schema.Extensibility
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

ExtensionManager Класс

Microsoft.Data.Schema.Extensibility - пространство имен