CredentialsProvider.GetCredentials Method (Action(Of Credentials))

Bing
 

When overridden in a derived class, retrieves the credentials used by the map control.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Public MustOverride Sub GetCredentials (
	callback As Action(Of Credentials)
)

Parameters

callback
Type: System.Action(Of Credentials)

The function to call when the credentials are retrieved.

Return to top
Show: