PreTranslateMessageEventArgs Constructor

Construct a PreTranslateMessageEventArgs object from the given MSG struct.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Sub New ( _
    message As MSG _
)
‘사용 방법
Dim message As MSG

Dim instance As New PreTranslateMessageEventArgs(message)
public PreTranslateMessageEventArgs(
    MSG message
)
public:
PreTranslateMessageEventArgs(
    MSG message
)
new : 
        message:MSG -> PreTranslateMessageEventArgs
public function PreTranslateMessageEventArgs(
    message : MSG
)

Parameters

.NET Framework Security

See Also

Reference

PreTranslateMessageEventArgs Class

PreTranslateMessageEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace