共用方式為


DialogBase.WndProc 方法

處理對話方塊的 Windows 訊息。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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 命名空間