INodeContainer4.RefreshCommandEndAsync Propriedade

Definição

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)

Valor da propriedade

AsyncEvent<EventArgs>

Aplica-se a