CommandExecutionContext.OperationContext 属性

定义

提供在 UI 线程上执行命令处理程序的上下文,该上下文允许双向共享可取消性和等待指示。

public:
 property Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ OperationContext { Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ get(); };
public Microsoft.VisualStudio.Utilities.IUIThreadOperationContext OperationContext { get; }
member this.OperationContext : Microsoft.VisualStudio.Utilities.IUIThreadOperationContext
Public ReadOnly Property OperationContext As IUIThreadOperationContext

属性值

IUIThreadOperationContext

适用于