Поделиться через


RecognitionProperty.LineNumber - поле

Обновлен: Ноябрь 2007

Retrieves a globally unique identifier (GUID) that specifies the line number of the RecognitionAlternate object.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Shared ReadOnly LineNumber As Guid
'Применение
Dim value As Guid

value = RecognitionProperty.LineNumber
public static readonly Guid LineNumber
public:
static initonly Guid LineNumber
public static final Guid LineNumber
public static final var LineNumber : Guid

Значение поля

Тип: System.Guid
The globally unique identifier (GUID) that specifies the line number of the RecognitionAlternate object.

Заметки

The Tablet PC application programming interface (API) uses GUIDs to identify packet properties, recognition properties, drawing attributes, and general ink properties. These GUIDs are available as read-only fields of the RecognitionProperty object. Use these GUIDs to access properties of a RecognitionAlternate object by calling the GetPropertyValue method.

LineNumber specifies the alternates with a particular line number.

ms567855.alert_note(ru-ru,VS.90).gifПримечание.

This field is not supported for recognizers of East Asian characters.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

RecognitionProperty Класс

RecognitionProperty - члены

Microsoft.Ink - пространство имен

RecognitionProperty