IOleComponent2Private.FPreTranslateMessage Method

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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: System.Int32

Implements

IOleComponent.FPreTranslateMessage(array<MSG[])

.NET Framework Security

See Also

Reference

IOleComponent2Private Interface

Microsoft.Internal.VisualStudio.Shell.Interop Namespace