IOleComponent2.FPreTranslateMessage Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Function FPreTranslateMessage ( _
    <OutAttribute> pMsg As MSG() _
) As Integer
int FPreTranslateMessage(
    MSG[] pMsg
)
int FPreTranslateMessage(
    [InAttribute] [OutAttribute] array<MSG>^ pMsg
)
abstract FPreTranslateMessage : 
        pMsg:MSG[] byref -> int
function FPreTranslateMessage(
    pMsg : MSG[]
) : int

Parameters

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IOleComponent2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace