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


Strokes.RemoveRecognitionResult - метод

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

Removes the RecognitionResult object that is associated with the Strokes collection.

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

Синтаксис

'Декларация
Public Sub RemoveRecognitionResult
'Применение
Dim instance As Strokes

instance.RemoveRecognitionResult()
public void RemoveRecognitionResult()
public:
void RemoveRecognitionResult()
public void RemoveRecognitionResult()
public function RemoveRecognitionResult()

Заметки

To set a recognition result on a Strokes collection, use the RecognitionResult.SetResultOnStrokes method.

Примеры

This C# example removes the RecognitionResult object that is associated with the Strokes collection in the InkCollector object, theInkCollector.

theInkCollector.Ink.Strokes.RemoveRecognitionResult();

This Microsoft Visual Basic.NET example removes the RecognitionResult object that is associated with the Strokes collection in the InkCollector object, theInkCollector.

theInkCollector.Ink.Strokes.RemoveRecognitionResult()

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

Strokes Класс

Strokes - члены

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

RecognitionResult

RecognitionResult.SetResultOnStrokes