LineDisplayMarquee.TryStartScrollingAsync(LineDisplayScrollDirection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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