Freigeben über


HandwritingView.SelectCandidate(UInt32, UInt32) Methode

Definition

Ruft den kandidaten für die automatische Vervollständigung ab, der vom Benutzer ausgewählt wurde.

public:
 virtual void SelectCandidate(unsigned int candidatesSessionId, unsigned int selectedCandidateIndex) = SelectCandidate;
void SelectCandidate(uint32_t const& candidatesSessionId, uint32_t const& selectedCandidateIndex);
public void SelectCandidate(uint candidatesSessionId, uint selectedCandidateIndex);
function selectCandidate(candidatesSessionId, selectedCandidateIndex)
Public Sub SelectCandidate (candidatesSessionId As UInteger, selectedCandidateIndex As UInteger)

Parameter

candidatesSessionId
UInt32

unsigned int

uint32_t

Die aktuelle automatische Vervollständigung CandidatesSessionId.

selectedCandidateIndex
UInt32

unsigned int

uint32_t

Der Index des Kandidaten für die automatische Vervollständigung, der vom Benutzer aus der Candidate-Auflistung ausgewählt wurde.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2104 (eingeführt in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v12.0)

Hinweise

Ein Kandidat wird nur ausgewählt, wenn die CandidatesSessionId aktuell ist.

Gilt für: