Freigeben über


IExtensibilityDiagnosticManager.ReportExtensionItemPropertyUpdatedAsync Method

Definition

Reports a property update to the IExtensibilityDiagnosticsService.

public System.Threading.Tasks.Task ReportExtensionItemPropertyUpdatedAsync (object item, string property, string value, System.Threading.CancellationToken cancellationToken);
abstract member ReportExtensionItemPropertyUpdatedAsync : obj * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ReportExtensionItemPropertyUpdatedAsync (item As Object, property As String, value As String, cancellationToken As CancellationToken) As Task

Parameters

item
Object

The item that owns the property that was updated.

property
String

The name of the property that was updated.

value
String

The new value of the property.

cancellationToken
CancellationToken

A token to signal cancellation.

Returns

A task to track the async work.

Applies to