다음을 통해 공유


IQuerySpaceZoneController.GetDataZoneAsync Method

Definition

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.

Applies to