Edit

Share via


InlineCollectionWrapper.Remove(Inline) Method

Definition

Removes the first occurrence of a specific object from the ICollection<T>.

public bool Remove (Windows.UI.Xaml.Documents.Inline item);
abstract member Remove : Windows.UI.Xaml.Documents.Inline -> bool
override this.Remove : Windows.UI.Xaml.Documents.Inline -> bool
Public Function Remove (item As Inline) As Boolean

Parameters

item
Windows.UI.Xaml.Documents.Inline

Returns

Implements

Applies to