DirectoryAttribute.IndexOf(Object) 方法

定义

方法 IndexOf(Object) 返回集合中指定 Object 的第一个匹配项的从零开始的 DirectoryAttribute 索引。

public:
 int IndexOf(System::Object ^ value);
public int IndexOf (object value);
member this.IndexOf : obj -> int
Public Function IndexOf (value As Object) As Integer

参数

value
Object

返回其值的 Object

返回

如果找到指定的 Object,则为其索引值;否则为 -1。

适用于