共用方式為


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。

適用於