NamedComponentCollection.IndexOfName(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中依據名稱所識別之 NamedComponent 的索引。
public int IndexOfName (string name);
member this.IndexOfName : string -> int
Public Function IndexOfName (name As String) As Integer
參數
傳回
若找到,則為元件在集合中以零為起始的索引;否則為 -1。
適用於