PenDevice.PenId 属性

定义

获取 PenDevice 对象表示的数字笔的唯一标识符。

public:
 property Platform::Guid PenId { Platform::Guid get(); };
winrt::guid PenId();
public Guid PenId { get; }
var guid = penDevice.penId;
Public ReadOnly Property PenId As Guid

属性值

Guid

Platform::Guid

winrt::guid

唯一标识设备的 Guid

适用于