Share via


VisualStateGroupList.Remove(VisualStateGroup) Method

Definition

Removes the group from the list of groups.

public bool Remove (Xamarin.Forms.VisualStateGroup item);
abstract member Remove : Xamarin.Forms.VisualStateGroup -> bool
override this.Remove : Xamarin.Forms.VisualStateGroup -> bool

Parameters

item
VisualStateGroup

The item to remove.

Returns

System.Boolean

The removed group.

Implements

System.Collections.Generic.ICollection`1.Remove(`0)

Applies to