InlineCollectionWrapper.IndexOf(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.
Determines the index of a specific item in the IList<T>.
public int IndexOf (Windows.UI.Xaml.Documents.Inline item);
abstract member IndexOf : Windows.UI.Xaml.Documents.Inline -> int
override this.IndexOf : Windows.UI.Xaml.Documents.Inline -> int
Public Function IndexOf (item As Inline) As Integer
Parameters
- item
- Windows.UI.Xaml.Documents.Inline