Sdílet prostřednictvím


DialogBase.WndProc – metoda

Zpracovává zprávy systému Windows pro dialogové okno.

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntaxe

'Deklarace
<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
)

Parametry

Poznámky

Standardně se nazývají zprávy systému Windows po stisknutí klávesy F1 nebo?.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DialogBase Třída

Microsoft.VisualStudio.Modeling.Shell – obor názvů