CommandBarComboBoxClass.Clear Method
Clears the list. This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Sub Clear
public virtual void Clear()
public:
virtual void Clear()
abstract Clear : unit -> unit
override Clear : unit -> unit
public function Clear()
Implements
Remarks
This method is deprecated, and throws a DeprecatedException.
.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.