다음을 통해 공유


ContextLinkCollection.IndexOf 메서드

업데이트: 2007년 11월

ContextLinkCollection 내에 있는 특정 ContextLink 개체의 인덱스를 반환합니다.

네임스페이스:  Microsoft.Ink
어셈블리:  Microsoft.Ink.Analysis(Microsoft.Ink.Analysis.dll)

구문

‘선언
Public Function IndexOf ( _
    link As ContextLink _
) As Integer
‘사용 방법
Dim instance As ContextLinkCollection
Dim link As ContextLink
Dim returnValue As Integer

returnValue = instance.IndexOf(link)
public int IndexOf(
    ContextLink link
)
public:
int IndexOf(
    ContextLink^ link
)
public int IndexOf(
    ContextLink link
)
public function IndexOf(
    link : ContextLink
) : int

매개 변수

반환 값

형식: System.Int32
ContextLinkCollection 내에 있는 특정 ContextLink 개체의 인덱스입니다.

설명

ContextLinkCollection 컬렉션에 없는 ContextLink 개체가 전달되면 이 메서드는 -1을 반환합니다.

예제

이 예제에서는 ContextLinkCollection인 links에 들어 있을 수 있는 특정 ContextLink인 myLink의 인덱스를 찾는 방법을 보여 줍니다.

Dim index As Integer = links.IndexOf(myLink)
int index = links.IndexOf(myLink);

플랫폼

Windows Vista

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

ContextLinkCollection 클래스

ContextLinkCollection 멤버

Microsoft.Ink 네임스페이스