ReadOnlyLinkedElementCollection<T>.FindIndex(Predicate<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查找满足给定条件的第一个元素。
public:
int FindIndex(Predicate<T> ^ match);
public int FindIndex (Predicate<T> match);
member this.FindIndex : Predicate<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)> -> int
Public Function FindIndex (match As Predicate(Of T)) As Integer
参数
- match
- Predicate<T>
状态.
返回
谓词为其返回 true 的列表中的第一个元素; 如果未找到,则为 null。