MenuItemCollection.Remove(MenuItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool Remove (Xamarin.Forms.MenuItem item);
abstract member Remove : Xamarin.Forms.MenuItem -> bool
override this.Remove : Xamarin.Forms.MenuItem -> bool
Parameters
- item
- MenuItem
Returns
System.Boolean
Implements
System.Collections.Generic.ICollection`1.Remove(`0)