共用方式為


DialogBase.WndProc 方法

處理對話方塊的視窗訊息。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags := SecurityPermissionFlag.UnmanagedCode)> _
Protected Overrides Sub WndProc ( _
    ByRef m As Message _
)
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags = SecurityPermissionFlag.UnmanagedCode)]
protected override void WndProc(
    ref Message m
)

參數

備註

預設情況下,當使用者按下 F1 時,所呼叫 Windows 訊息或 (章節)。

.NET Framework 安全性

請參閱

參考

DialogBase 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間