Method GetSelectedFeaturesAsync
GetSelectedFeaturesAsync(CancellationToken)
Provides a collection of feature query results.
Declaration
public Task<FeatureQueryResult> GetSelectedFeaturesAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | A cancellation token that can be used to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<FeatureQueryResult> | The feature query results. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |