Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Process a character. Intercepts most exceptions.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Function ProcessDialogChar ( _
charCode As Char _
) As Boolean
protected override bool ProcessDialogChar(
char charCode
)
protected:
virtual bool ProcessDialogChar(
wchar_t charCode
) override
abstract ProcessDialogChar :
charCode:char -> bool
override ProcessDialogChar :
charCode:char -> bool
protected override function ProcessDialogChar(
charCode : char
) : boolean
Parameters
charCode
Type: System.Charcharacter code
Return Value
Type: System.Boolean
true if processed
.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.