InkAnalyzer.SetStrokeLanguageId (Método)
Actualización: noviembre 2007
Cambia el identificador de configuración regional del objeto Stroke especificado.
Espacio de nombres: Microsoft.Ink
Ensamblado: Microsoft.Ink.Analysis (en Microsoft.Ink.Analysis.dll)
Sintaxis
'Declaración
Public Sub SetStrokeLanguageId ( _
stroke As Stroke, _
languageId As Integer _
)
'Uso
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
)
Parámetros
- stroke
Tipo: Microsoft.Ink.Stroke
Trazo al que se va a asignar el identificador de configuración regional.
- languageId
Tipo: System.Int32
Identificador de idioma que se va a asignar a stroke.
Comentarios
La configuración regional de un trazo se establece al agregar el trazo llamando a AddStroke o AddStrokes. Para obtener la configuración regional asignada actualmente a un trazo, llame al método GetStrokeLanguageId.
Ejemplos
En este ejemplo se asigna el identificador de configuración regional, theLcid, a todos los trazos del objeto ContextNode, theContextNode, asociado al objeto 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);
}
Plataformas
Windows Vista
.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Información de versión
.NET Framework
Compatible con: 3.0