Method SetSelectionAsync
SetSelectionAsync(IEnumerable<String>)
Sets the selected text items.
Declaration
public Task<bool> SetSelectionAsync(IEnumerable<string> selection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | selection |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> | The returned task results in 'false' in case of error. |