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.
Handles the Change event.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub Change ( _
Ctrl As CommandBarComboBox _
)
void Change(
CommandBarComboBox Ctrl
)
void Change(
[InAttribute] CommandBarComboBox^ Ctrl
)
abstract Change :
Ctrl:CommandBarComboBox -> unit
function Change(
Ctrl : CommandBarComboBox
)
Parameters
Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBoxThe control that was changed.
.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.