_CommandBarsEvents_Event.remove_OnUpdate Method
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Dichiarazione
Sub remove_OnUpdate ( _
A_1 As _CommandBarsEvents_OnUpdateEventHandler _
)
'Utilizzo
Dim instance As _CommandBarsEvents_Event
Dim A_1 As _CommandBarsEvents_OnUpdateEventHandler
instance.remove_OnUpdate(A_1)
void remove_OnUpdate(
_CommandBarsEvents_OnUpdateEventHandler A_1
)
void remove_OnUpdate(
_CommandBarsEvents_OnUpdateEventHandler^ A_1
)
abstract remove_OnUpdate :
A_1:_CommandBarsEvents_OnUpdateEventHandler -> unit
function remove_OnUpdate(
A_1 : _CommandBarsEvents_OnUpdateEventHandler
)
Parameters
.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
_CommandBarsEvents_Event Interface