LineDisplayMarquee.TryStartScrollingAsync(LineDisplayScrollDirection) Methode

Definition

Versucht, asynchron zu bewirken, dass das Fenster, das dieses Festzelt besitzt, in den Marquee-Modus wechselt und mit dem Scrollen beginnt.

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)

Parameter

direction
LineDisplayScrollDirection

Die Richtung, in der mit dem Scrollen begonnen werden soll.

Gibt zurück

Gibt True zurück, wenn der Fensterrahmen erfolgreich mit dem Scrollen begonnen hat. andernfalls False.

Attribute

Gilt für: