ICodeContainerStorageManager.RemoveAsync Method

Definition

Removes the records of the Shell for the supplied codeContainer.

public:
 System::Threading::Tasks::Task<int> ^ RemoveAsync(Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainer ^ codeContainer, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<int> RemoveAsync (Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer codeContainer, System.Threading.CancellationToken cancellationToken);
abstract member RemoveAsync : Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Public Function RemoveAsync (codeContainer As CodeContainer, cancellationToken As CancellationToken) As Task(Of Integer)

Parameters

codeContainer
CodeContainer
cancellationToken
CancellationToken

Returns

Applies to