PathSegmentCollection.IndexOf(PathSegment) 方法

定义

返回指定的 PathSegment 的第一个匹配项的索引。

public:
 virtual int IndexOf(System::Windows::Media::PathSegment ^ value);
public int IndexOf (System.Windows.Media.PathSegment value);
abstract member IndexOf : System.Windows.Media.PathSegment -> int
override this.IndexOf : System.Windows.Media.PathSegment -> int
Public Function IndexOf (value As PathSegment) As Integer

参数

value
PathSegment

要搜索的项。

返回

Int32

指定的 PathSegment 的索引。

实现

适用于

另请参阅