Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarsEvents_OnUpdateEventHandler
[ComVisibleAttribute(false)]
public delegate void _CommandBarsEvents_OnUpdateEventHandler()
[ComVisibleAttribute(false)]
public delegate void _CommandBarsEvents_OnUpdateEventHandler()
[<ComVisibleAttribute(false)>]
type _CommandBarsEvents_OnUpdateEventHandler =
delegate of unit -> unit
JScript does not support delegates.