LineDisplayMarquee.TryStopScrollingAsync 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 quitter de manière asynchrone le mode Marquee et/ou le mode Marquee Init. Le format est défini sur Aucun.
public:
virtual IAsyncOperation<bool> ^ TryStopScrollingAsync() = TryStopScrollingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryStopScrollingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryStopScrollingAsync();
function tryStopScrollingAsync()
Public Function TryStopScrollingAsync () As IAsyncOperation(Of Boolean)
Retours
Retourne true si le chapiteau a été arrêté avec succès ; sinon, False.
- Attributs
Remarques
Si l’appareil n’est pas déjà revendiqué lorsque cette méthode est appelée, cette méthode réclame l’appareil (sans délai) et active l’appareil. Si l’appareil est déjà revendiqué par un autre processus, l’appel échoue.