InlineCollectionWrapper.Remove(Inline) 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.
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