InkAnalyzer.ModifyTopAlternate-Methode (AnalysisAlternate, Boolean)
Ändert die aktuelle erste Alternative in die angegebene AnalysisAlternate.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Function ModifyTopAlternate ( _
alternate As AnalysisAlternate, _
confirmAutomatically As Boolean _
) As Boolean
'Usage
Dim instance As InkAnalyzer
Dim alternate As AnalysisAlternate
Dim confirmAutomatically As Boolean
Dim returnValue As Boolean
returnValue = instance.ModifyTopAlternate(alternate, _
confirmAutomatically)
public bool ModifyTopAlternate(
AnalysisAlternate alternate,
bool confirmAutomatically
)
public:
bool ModifyTopAlternate(
AnalysisAlternate^ alternate,
bool confirmAutomatically
)
public boolean ModifyTopAlternate(
AnalysisAlternate alternate,
boolean confirmAutomatically
)
public function ModifyTopAlternate(
alternate : AnalysisAlternate,
confirmAutomatically : boolean
) : boolean
Parameter
- alternate
Typ: Microsoft.Ink.AnalysisAlternate
Die Alternative, die als erste Alternative festgelegt werden soll.
- confirmAutomatically
Typ: System.Boolean
true , wenn der Bestätigungstyp betroffener Kontextknoten unverändert bleiben soll, andernfalls false.
Rückgabewert
Typ: System.Boolean
Hinweise
Verwenden Sie GetAlternates, um Analysealternativen abzurufen. Verwenden Sie AnalysisAlternate.AlternateNodes, um die einer Analysealternative zugeordneten Kontextknoten abzurufen.
Verwenden Sie ContextNode.Confirm, um den Bestätigungstyp für einen Kontextknoten zu ändern.
Beispiele
In diesem Beispiel wird die oberste Alternative für den InkAnalyzer, theInkAnalyzer, in AnalysisAlternate, theAnalysisAlternate geändert. Es wird ModifyTopAlternate aufgerufen; dazu ist confirmAutomatically auf true festgelegt, damit das Analysemodul den Bestätigungstyp der Kontextknoten, die der Alternative zugeordnet sind, nicht ändert.
' Modify the top alternate. This does not change the confirmation
' type for the associated context nodes.
Me.theInkAnalyzer.ModifyTopAlternate(theAnalysisAlternate, True)
// Modify the top alternate. This does not change the confirmation
// type for the associated context nodes.
this.theInkAnalyzer.ModifyTopAlternate(theAnalysisAlternate, true);
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0