IExtensibilityDiagnosticManager.ReportExtensionItemPropertyUpdatedAsync 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.
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.