共用方式為


IExtensionHeader.InstalledByMsi 屬性

表示擴充功能是否已安裝的 Windows 安裝程式 (.msi) 檔案。 無法透過這些擴充功能解除安裝擴充管理員。 相反地,它們必須先解除安裝藉由使用 Windows 控制台的 [解除安裝程式] 區段。

命名空間:  Microsoft.VisualStudio.ExtensionManager
組件:  Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)

語法

'宣告
ReadOnly Property InstalledByMsi As Boolean
bool InstalledByMsi { get; }
property bool InstalledByMsi {
    bool get ();
}
abstract InstalledByMsi : bool with get
function get InstalledByMsi () : boolean

屬性值

類型:Boolean
值為 InstalledByMSI VSIX 的延伸資訊清單的項目。

備註

雖然這個 API 支援擴充管理員的基礎結構,建議您不要使用它因為它有可能變更。

.NET Framework 安全性

請參閱

參考

IExtensionHeader 介面

Microsoft.VisualStudio.ExtensionManager 命名空間