Partager via


LineDisplayMarquee.TryStartScrollingAsync(LineDisplayScrollDirection) Méthode

Définition

Tente de faire passer de façon asynchrone la fenêtre qui possède ce chapiteau en mode marquee et démarrer le défilement.

public:
 virtual IAsyncOperation<bool> ^ TryStartScrollingAsync(LineDisplayScrollDirection direction) = TryStartScrollingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryStartScrollingAsync(LineDisplayScrollDirection const& direction);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryStartScrollingAsync(LineDisplayScrollDirection direction);
function tryStartScrollingAsync(direction)
Public Function TryStartScrollingAsync (direction As LineDisplayScrollDirection) As IAsyncOperation(Of Boolean)

Paramètres

direction
LineDisplayScrollDirection

Direction dans laquelle commencer le défilement.

Retours

Renvoie la valeur True si le chapiteau a correctement démarré le défilement ; sinon, False.

Attributs

S’applique à