Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public Sub New ( _
message As MSG _
)
'Utilizzo
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
- message
Type: Microsoft.VisualStudio.OLE.Interop.MSG
The MSG object given to FPreTranslateMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PreTranslateMessageEventArgs Class
PreTranslateMessageEventArgs Members
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace