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


RecognitionAlternate.ToString - метод

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

Returns a string that represents the current RecognitionAlternate object.

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

Синтаксис

'Декларация
Public Overrides Function ToString As String
'Применение
Dim instance As RecognitionAlternate
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public String ToString()
public override function ToString() : String

Возвращаемое значение

Тип: System.String
Returns a string that represents the current RecognitionAlternate object.

Примеры

This C# example displays the string recognized from the RecognitionAlternate object, theRecognitionAlternate, in the TextBox control, theTextBox.

[C#]

theTextBox.Text = theRecognitionAlternate.ToString();

This Microsoft® Visual Basic® .NET example displays the string recognized from the RecognitionAlternate object, theRecognitionAlternate, in the TextBox control, theTextBox.

[Visual Basic]

theTextBox.Text = theRecognitionAlternate.ToString()

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

RecognitionAlternate Класс

RecognitionAlternate - члены

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