Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The set of arguments passed to an OleMenuCommand object when the Invoke function is called.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class OleMenuCmdEventArgs _
Inherits EventArgs
'Usage
Dim instance As OleMenuCmdEventArgs
[CLSCompliantAttribute(false)]
public class OleMenuCmdEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class OleMenuCmdEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type OleMenuCmdEventArgs =
class
inherit EventArgs
end
public class OleMenuCmdEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.