CommandExecutionContext.WaitContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
WaitContext property is deprecated and will be removed, please use OperationContext instead.
提供在 UI 线程上执行命令处理程序的上下文,该上下文允许双向共享可取消性和等待指示。
public:
property Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ WaitContext { Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ get(); };
[System.Obsolete("WaitContext property is deprecated and will be removed, please use OperationContext instead.")]
public Microsoft.VisualStudio.Utilities.IUIThreadOperationContext WaitContext { get; }
[<System.Obsolete("WaitContext property is deprecated and will be removed, please use OperationContext instead.")>]
member this.WaitContext : Microsoft.VisualStudio.Utilities.IUIThreadOperationContext
Public ReadOnly Property WaitContext As IUIThreadOperationContext
属性值
- 属性