ContextLinkBaseCollection.IndexOf 메서드
업데이트: 2007년 11월
ContextLinkBaseCollection 내에 있는 특정 ContextLinkBase 개체의 인덱스를 반환합니다.
네임스페이스: System.Windows.Ink.AnalysisCore
어셈블리: IACore(IACore.dll)
구문
‘선언
Public Function IndexOf ( _
link As ContextLinkBase _
) As Integer
‘사용 방법
Dim instance As ContextLinkBaseCollection
Dim link As ContextLinkBase
Dim returnValue As Integer
returnValue = instance.IndexOf(link)
public int IndexOf(
ContextLinkBase link
)
public:
int IndexOf(
ContextLinkBase^ link
)
public int IndexOf(
ContextLinkBase link
)
public function IndexOf(
link : ContextLinkBase
) : int
매개 변수
- link
형식: System.Windows.Ink.AnalysisCore.ContextLinkBase
인덱스에 연결된 ContextLinkBase 개체입니다.
반환 값
형식: System.Int32
ContextLinkBaseCollection 내에 있는 특정 ContextLinkBase 개체의 인덱스입니다.
설명
ContextLinkBaseCollection 컬렉션에 없는 ContextLinkBase 개체가 전달되면 이 메서드는 -1을 반환합니다.
예제
다음 예제에서는 이름이 links인 ContextLinkBaseCollection에 포함될 수 있는 이름이 myLink인 특정 ContextLinkBase의 인덱스를 찾는 방법을 보여 줍니다.
Dim index As Integer = links.IndexOf(myLink)
int index = links.IndexOf(myLink);
플랫폼
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원