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