MapControl.TrySetSceneAsync Metodo

Definizione

Overload

TrySetSceneAsync(MapScene)

Imposta la scena della mappa visualizzata in MapControl usando la scena specificata.

TrySetSceneAsync(MapScene, MapAnimationKind)

Imposta la scena della mappa visualizzata in MapControl usando la scena e l'animazione specificati.

TrySetSceneAsync(MapScene)

Imposta la scena della mappa visualizzata in MapControl usando la scena specificata.

public:
 virtual IAsyncOperation<bool> ^ TrySetSceneAsync(MapScene ^ scene) = TrySetSceneAsync;
/// [Windows.Foundation.Metadata.Overload("TrySetSceneAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TrySetSceneAsync(MapScene const& scene);
[Windows.Foundation.Metadata.Overload("TrySetSceneAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TrySetSceneAsync(MapScene scene);
function trySetSceneAsync(scene)
Public Function TrySetSceneAsync (scene As MapScene) As IAsyncOperation(Of Boolean)

Parametri

scene
MapScene

Definisce l'elemento o l'area da visualizzare nella mappa.

Restituisce

true se l'operazione asincrona ha avuto esito positivo; in caso contrario, false.

Attributi

Vedi anche

Si applica a

TrySetSceneAsync(MapScene, MapAnimationKind)

Imposta la scena della mappa visualizzata in MapControl usando la scena e l'animazione specificati.

public:
 virtual IAsyncOperation<bool> ^ TrySetSceneAsync(MapScene ^ scene, MapAnimationKind animationKind) = TrySetSceneAsync;
/// [Windows.Foundation.Metadata.Overload("TrySetSceneWithAnimationAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TrySetSceneAsync(MapScene const& scene, MapAnimationKind const& animationKind);
[Windows.Foundation.Metadata.Overload("TrySetSceneWithAnimationAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TrySetSceneAsync(MapScene scene, MapAnimationKind animationKind);
function trySetSceneAsync(scene, animationKind)
Public Function TrySetSceneAsync (scene As MapScene, animationKind As MapAnimationKind) As IAsyncOperation(Of Boolean)

Parametri

scene
MapScene

Definisce l'elemento o l'area da visualizzare nella mappa.

animationKind
MapAnimationKind

Specifica l'animazione da usare quando si modifica la scena della mappa.

Restituisce

true se l'operazione asincrona ha avuto esito positivo; in caso contrario, false.

Attributi

Vedi anche

Si applica a