ICodeContainerStorageManager.RemoveAsync(CodeContainer, CancellationToken) Methode

Definition

Entfernt die Datensätze der Shell für die angegebene 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)

Parameter

codeContainer
CodeContainer
cancellationToken
CancellationToken

Gibt zurück

Task<Int32>

Gilt für