Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Handles the TextInput event.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Overridable Sub TextInput ( _
args As TextCompositionEventArgs _
)
public virtual void TextInput(
TextCompositionEventArgs args
)
public:
virtual void TextInput(
TextCompositionEventArgs^ args
)
abstract TextInput :
args:TextCompositionEventArgs -> unit
override TextInput :
args:TextCompositionEventArgs -> unit
public function TextInput(
args : TextCompositionEventArgs
)
Parameters
args
Type: System.Windows.Input.TextCompositionEventArgsA KeyEventArgs describing the key event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.