LinkTargetCollection.IndexOf(LinkTarget) 메서드

정의

지정한 항목의 인덱스를 가져옵니다.

public:
 int IndexOf(System::Windows::Documents::LinkTarget ^ value);
public int IndexOf (System.Windows.Documents.LinkTarget value);
member this.IndexOf : System.Windows.Documents.LinkTarget -> int
Public Function IndexOf (value As LinkTarget) As Integer

매개 변수

value
LinkTarget

컬렉션에서 찾을 개체입니다.

반환

Int32

컬렉션에 value가 있으면 해당 값의 인덱스이고, 그렇지 않으면 -1입니다.

적용 대상