PenInputPanelInputFailedEventArgs.Text - свойство
Обновлен: Ноябрь 2007
Gets the string that was inserted into the control when the InputFailed event fired.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public ReadOnly Property Text As String
'Применение
Dim instance As PenInputPanelInputFailedEventArgs
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
/** @property */
public String get_Text()
public function get Text () : String
Значение свойства
Тип: System.String
The string that was to be inserted into the control when the InputFailed event fired.
Заметки
The control is represented by the Handle property.
The string is the RecognitionResult returned from the Recognizer object and that was being inserted into the control when the InputFailed event fired.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
PenInputPanelInputFailedEventArgs Класс
PenInputPanelInputFailedEventArgs - члены