Freigeben über


LineDisplayWindow.ReadCharacterAtCursorAsync Methode

Definition

Versucht, das aktuell angezeigte Zeichen an der aktuellen Cursorposition asynchron zu lesen.

public:
 virtual IAsyncOperation<unsigned int> ^ ReadCharacterAtCursorAsync() = ReadCharacterAtCursorAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> ReadCharacterAtCursorAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> ReadCharacterAtCursorAsync();
function readCharacterAtCursorAsync()
Public Function ReadCharacterAtCursorAsync () As IAsyncOperation(Of UInteger)

Gibt zurück

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

Gibt den Code für das Zeichen an der aktuellen Cursorposition zurück. Gibt 0 zurück, wenn die Methode fehlschlägt.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Hinweise

Für diese Methode muss LineDisplayCapabilities.CanReadCharacterAtCursor True sein, um erfolgreich ausgeführt zu werden.

Gilt für: