共用方式為


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 命名空間