DialogBase.ProcessDialogChar 方法 (Char)
處理字元。攔截大部分的例外狀況。
命名空間: Microsoft.VisualStudio.Modeling.Integration.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll 中)
語法
protected override bool ProcessDialogChar(
char charCode
)
protected:
virtual bool ProcessDialogChar(
wchar_t charCode
) override
override ProcessDialogChar :
charCode:char -> bool
Protected Overrides Function ProcessDialogChar (
charCode As Char
) As Boolean
參數
- charCode
字元碼
傳回值
Type: System.Boolean
如果已處理,則為 true
請參閱
DialogBase 類別
Microsoft.VisualStudio.Modeling.Integration.Shell 命名空間
回到頁首