IndexOf

IBehaviorPropertyCollection.IndexOf 方法

通过属性值确定 IList 中特定项的索引。

public int IndexOf(string propertyValue)
参数类型描述
propertyValueString属性的值

返回值

具有指定值的属性的索引

另见