Compartir a través de


_CommandBarsEvents_OnUpdateEventHandler Delegate

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarsEvents_OnUpdateEventHandler
'Uso
Dim instance As New _CommandBarsEvents_OnUpdateEventHandler(AddressOf HandlerMethod)
[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.

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace