ExtensionManager.UseVisualStudioInstalledExtensionPaths 属性

获取或设置是否从 Visual Studio 扩展路径以及通过 AddExtensionLoadPath() 指定的任何路径加载 extension.xml 文件和扩展程序集。

命名空间:  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 命名空间