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