IExtensibilityDiagnosticsService2.RegisterFeatureAreaAsync 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.
Register a an extensibility feature area with the extensibility diagnostics service.
public System.Threading.Tasks.Task RegisterFeatureAreaAsync(Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticFeatureAreaMetadata featureArea, System.Threading.CancellationToken cancellationToken);
abstract member RegisterFeatureAreaAsync : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticFeatureAreaMetadata * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RegisterFeatureAreaAsync (featureArea As ExtensibilityDiagnosticFeatureAreaMetadata, cancellationToken As CancellationToken) As Task
Parameters
- featureArea
- ExtensibilityDiagnosticFeatureAreaMetadata
The metadata associated with the feature area.
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task tracking the invocation.