InstallProgressChangedEventArgs.Uninstalling 属性

指示事件是否通过卸载操作或生成操作激发。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
Public ReadOnly Property Uninstalling As Boolean
public bool Uninstalling { get; }
public:
property bool Uninstalling {
    bool get ();
}
member Uninstalling : bool with get
function get Uninstalling () : boolean

属性值

类型:Boolean
true ,如果事件由卸载操作激发;否则, false。

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

.NET Framework 安全性

请参阅

参考

InstallProgressChangedEventArgs 类

Microsoft.VisualStudio.ExtensionManager 命名空间