IExtensibilityDiagnosticsService.ReportExtensionItemRemovedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Report that an extension item was removed.
public System.Threading.Tasks.Task ReportExtensionItemRemovedAsync (Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticRemovedExtensionItemMetadata metadata, System.Threading.CancellationToken cancellationToken);
abstract member ReportExtensionItemRemovedAsync : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticRemovedExtensionItemMetadata * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ReportExtensionItemRemovedAsync (metadata As ExtensibilityDiagnosticRemovedExtensionItemMetadata, cancellationToken As CancellationToken) As Task
Parameters
Metadata related to the extension item that was removed.
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task tracking the invocation.