INodeContainer4.RefreshCommandEndAsync Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o AsyncEvent<TEventArgs> que notifica no final de um comando de atualização.
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ RefreshCommandEndAsync { Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> RefreshCommandEndAsync { get; set; }
member this.RefreshCommandEndAsync : Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> with get, set
Public Property RefreshCommandEndAsync As AsyncEvent(Of EventArgs)