'Declaration Public Function AddItem( _ ByVal item As ToolbarItem _ ) As Task
public Task AddItem( ToolbarItem item )
Parameters
- item
- An item to be added.
Return Value
A task that represents the asynchronous operation of adding an item to the toolbar.