Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
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.