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 TextInputUpdate event.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Overridable Sub TextInputUpdate ( _
args As TextCompositionEventArgs _
)
public virtual void TextInputUpdate(
TextCompositionEventArgs args
)
public:
virtual void TextInputUpdate(
TextCompositionEventArgs^ args
)
abstract TextInputUpdate :
args:TextCompositionEventArgs -> unit
override TextInputUpdate :
args:TextCompositionEventArgs -> unit
public function TextInputUpdate(
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.