Freigeben über


IOleComponent2Private.FPreTranslateMessage Method (array<MSG )

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
'Usage
Dim instance As IOleComponent2Private
Dim pMsg As MSG()
Dim returnValue As Integer

returnValue = instance.FPreTranslateMessage(pMsg)
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

IOleComponent2Private Members

FPreTranslateMessage Overload

Microsoft.Internal.VisualStudio.Shell.Interop Namespace