ReadOnlyLinkedElementCollection<T>.FindIndex 方法
尋找符合指定之條件的第一個項目。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Function FindIndex ( _
match As Predicate(Of T) _
) As Integer
public int FindIndex(
Predicate<T> match
)
參數
- match
類型:System.Predicate<T>
要檢查的條件。
傳回值
類型:System.Int32
第一個讓述詞傳回 true 的項目,如果找不到任何項目則為 null。
備註
如果在集合中的項目比對不存在,則傳回 nullnull 參考 (即 Visual Basic 中的 Nothing) 。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。