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.
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public m_OnUpdateDelegate As _CommandBarsEvents_OnUpdateEventHandler
'Usage
Dim instance As _CommandBarsEvents_SinkHelper
Dim value As _CommandBarsEvents_OnUpdateEventHandler
value = instance.m_OnUpdateDelegate
instance.m_OnUpdateDelegate = value
public _CommandBarsEvents_OnUpdateEventHandler m_OnUpdateDelegate
public:
_CommandBarsEvents_OnUpdateEventHandler^ m_OnUpdateDelegate
val mutable m_OnUpdateDelegate: _CommandBarsEvents_OnUpdateEventHandler
public var m_OnUpdateDelegate : _CommandBarsEvents_OnUpdateEventHandler
.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_SinkHelper Class