Public Function MoveLocatorAsync( _ ByVal providerName As String, _ ByVal index As Integer _ ) As Task
public Task MoveLocatorAsync( string providerName, int index )
Parameters
- providerName
- the locator to reorder.
- index
- the new index of the locator.
Public Function MoveLocatorAsync( _ ByVal providerName As String, _ ByVal index As Integer _ ) As Task
public Task MoveLocatorAsync( string providerName, int index )
| Exception | Description |
|---|---|
| System.ArgumentException | The index is invalid. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)