DirectoryAttribute.IndexOf(Object) 메서드

정의

이 메서드는 IndexOf(Object) 컬렉션에 지정된 Object 첫 번째 항목의 인덱스(0부터 시작)를 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입니다.

적용 대상