Поделиться через


ModelingWindowPane.PreProcessMessage Method

Handles window messages.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Декларация
Protected Overrides Function PreProcessMessage ( _
    ByRef m As Message _
) As Boolean
protected override bool PreProcessMessage(
    ref Message m
)
protected:
virtual bool PreProcessMessage(
    Message% m
) override
abstract PreProcessMessage : 
        m:Message byref -> bool 
override PreProcessMessage : 
        m:Message byref -> bool 
protected override function PreProcessMessage(
    m : Message
) : boolean

Parameters

Return Value

Type: System.Boolean
true if it was possible to handle the message, otherwise false.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

Microsoft.VisualStudio.Modeling.Shell Namespace