InkAnalyzer.SetStrokeLanguageId, méthode
Mise à jour : November 2007
Modifie l'identificateur de paramètres régionaux pour le Stroke spécifié.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink.Analysis (dans Microsoft.Ink.Analysis.dll)
Syntaxe
'Déclaration
Public Sub SetStrokeLanguageId ( _
stroke As Stroke, _
languageId As Integer _
)
'Utilisation
Dim instance As InkAnalyzer
Dim stroke As Stroke
Dim languageId As Integer
instance.SetStrokeLanguageId(stroke, _
languageId)
public void SetStrokeLanguageId(
Stroke stroke,
int languageId
)
public:
void SetStrokeLanguageId(
Stroke^ stroke,
int languageId
)
public void SetStrokeLanguageId(
Stroke stroke,
int languageId
)
public function SetStrokeLanguageId(
stroke : Stroke,
languageId : int
)
Paramètres
- stroke
Type : Microsoft.Ink.Stroke
Trait auquel affecter l'identificateur de paramètres régionaux.
- languageId
Type : System.Int32
Identificateur de langue à assigner à stroke.
Notes
Les paramètres régionaux d'un trait sont définis lorsque vous ajoutez le trait en appelant AddStroke ou AddStrokes. Pour obtenir les paramètres régionaux actuellement assignés à un trait, appelez la méthode GetStrokeLanguageId.
Exemples
Cet exemple assigne l'identificateur de paramètres régionaux, theLcid, à tous les traits du ContextNode, theContextNode, associé au InkAnalyzer, theInkAnalyzer.
' Iterate through the strokes within the context node and update
' the locale of each stroke.
Dim theStroke As Microsoft.Ink.Stroke
For Each theStroke In theContextNode.Strokes
theInkAnalyzer.SetStrokeLanguageId(theStroke, theLcid)
Next theStroke
// Iterate through the strokes within the context node and update
// the locale of each stroke.
foreach (Microsoft.Ink.Stroke theStroke in theContextNode.Strokes)
{
theInkAnalyzer.SetStrokeLanguageId(theStroke, theLcid);
}
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0