IQuerySpaceZoneController.GetDataZoneAsync 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.
Gets providers should be activated to handle a specific entity.
public System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyCollection<string>?> GetDataZoneAsync (Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity entityIdentity, System.Threading.CancellationToken cancellationToken);
abstract member GetDataZoneAsync : Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyCollection<string>>
Public Function GetDataZoneAsync (entityIdentity As EntityIdentity, cancellationToken As CancellationToken) As ValueTask(Of IReadOnlyCollection(Of String))
Parameters
- entityIdentity
- EntityIdentity
entity item
- cancellationToken
- CancellationToken
A way to abort the operation.
Returns
A collection of zone if it is resolved, or null
if it is unknown.