LineDisplayWindow.ReadCharacterAtCursorAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试在当前光标位置异步读取当前显示的字符。
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)
返回
返回当前光标位置处字符的代码。 如果方法失败,则返回 0。
- 属性
Windows 要求
设备系列 |
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
|
注解
此方法要求 LineDisplayCapabilities.CanReadCharacterAtCursor 为 True 才能成功执行。