DefWndProc Method

Takes custom actions and sends the specified message to the default window procedure.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags := SecurityPermissionFlag.UnmanagedCode)> _
Protected Overrides Sub DefWndProc ( _
    ByRef m As Message _
)
'Usage
Dim m As Message

Me.DefWndProc(m)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)]
protected override void DefWndProc(
    ref Message m
)
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
protected:
virtual void DefWndProc(
    Message% m
) override
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>]
abstract DefWndProc : 
        m:Message byref -> unit 
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>]
override DefWndProc : 
        m:Message byref -> unit 
protected override function DefWndProc(
    m : Message
)

Parameters

See Also

Reference

SqlPropertySheet Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace