IVsCustomWorkspaceService3.CloseWorkspaceAsync Method

Definition

Close the custom workspace.

public:
 System::Threading::Tasks::Task ^ CloseWorkspaceAsync();
public System.Threading.Tasks.Task CloseWorkspaceAsync ();
abstract member CloseWorkspaceAsync : unit -> System.Threading.Tasks.Task
Public Function CloseWorkspaceAsync () As Task

Returns

A Task representing the asynchronous operation.

Applies to