AbstractUIThreadOperationContext.AddScope(Boolean, String) Método

Definição

Adiciona um escopo de operação de thread de interface do usuário com sua própria regressão, descrição e rastreador de progresso. O escopo é removido do contexto no Dispose.

public:
 virtual Microsoft::VisualStudio::Utilities::IUIThreadOperationScope ^ AddScope(bool allowCancellation, System::String ^ description);
public virtual Microsoft.VisualStudio.Utilities.IUIThreadOperationScope AddScope (bool allowCancellation, string description);
abstract member AddScope : bool * string -> Microsoft.VisualStudio.Utilities.IUIThreadOperationScope
override this.AddScope : bool * string -> Microsoft.VisualStudio.Utilities.IUIThreadOperationScope
Public Overridable Function AddScope (allowCancellation As Boolean, description As String) As IUIThreadOperationScope

Parâmetros

allowCancellation
Boolean
description
String

Retornos

IUIThreadOperationScope

Implementações

Aplica-se a