Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Dichiarazione
Public Overridable Sub Change ( _
A_1 As CommandBarComboBox _
)
'Utilizzo
Dim instance As _CommandBarComboBoxEvents_SinkHelper
Dim A_1 As CommandBarComboBox
instance.Change(A_1)
public virtual void Change(
CommandBarComboBox A_1
)
public:
virtual void Change(
CommandBarComboBox^ A_1
)
abstract Change :
A_1:CommandBarComboBox -> unit
override Change :
A_1:CommandBarComboBox -> unit
public function Change(
A_1 : CommandBarComboBox
)
Parameters
- A_1
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBox
Infrastructure. Microsoft Internal Use Only.
Implements
_CommandBarComboBoxEvents.Change(CommandBarComboBox)
.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_SinkHelper Class