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 命名空间