Udostępnij za pośrednictwem


INodeContainer4.RefreshCommandEndAsync Property

Definition

Gets or sets the AsyncEvent<TEventArgs> that notifies at the end of a refresh command.

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; }
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)

Property Value

Applies to