RemoteTextConnection.ReportPredictedKeyEvent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual void ReportPredictedKeyEvent(unsigned short scanCode, RemoteKeyEventAttributes attributes) = ReportPredictedKeyEvent;
void ReportPredictedKeyEvent(uint16_t const& scanCode, RemoteKeyEventAttributes const& attributes);
public void ReportPredictedKeyEvent(ushort scanCode, RemoteKeyEventAttributes attributes);
function reportPredictedKeyEvent(scanCode, attributes)
Public Sub ReportPredictedKeyEvent (scanCode As UShort, attributes As RemoteKeyEventAttributes)
参数
- scanCode
-
UInt16
unsigned short
uint16_t
- attributes
- RemoteKeyEventAttributes