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.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Event PreTranslateMessage As EventHandler(Of PreTranslateMessageEventArgs)
'Utilizzo
Dim instance As OleComponent
Dim handler As EventHandler(Of PreTranslateMessageEventArgs)
AddHandler instance.PreTranslateMessage, handler
public event EventHandler<PreTranslateMessageEventArgs> PreTranslateMessage
public:
event EventHandler<PreTranslateMessageEventArgs^>^ PreTranslateMessage {
void add (EventHandler<PreTranslateMessageEventArgs^>^ value);
void remove (EventHandler<PreTranslateMessageEventArgs^>^ value);
}
member PreTranslateMessage : IEvent<EventHandler<PreTranslateMessageEventArgs>,
PreTranslateMessageEventArgs>
JScript does not support events.
.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
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace