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
Sub Change ( _
Ctrl As CommandBarComboBox _
)
'Usage
Dim instance As _CommandBarComboBoxEvents
Dim Ctrl As CommandBarComboBox
instance.Change(Ctrl)
void Change(
CommandBarComboBox Ctrl
)
void Change(
[InAttribute] CommandBarComboBox^ Ctrl
)
abstract Change :
Ctrl:CommandBarComboBox -> unit
function Change(
Ctrl : CommandBarComboBox
)
Parameters
- Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBox
The command bar combo box 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.
See Also
Reference
_CommandBarComboBoxEvents Interface