CommandExecutionContext.WaitContext 属性

定义

注意

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

属性值

IUIThreadOperationContext
属性

适用于