ContextLinkCollection.Item 속성
업데이트: 2007년 11월
ContextLinkCollection 내에서 지정된 인덱스에 있는 ContextLink 개체를 가져옵니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink.Analysis(Microsoft.Ink.Analysis.dll)
구문
‘선언
Public ReadOnly Property Item ( _
index As Integer _
) As ContextLink
‘사용 방법
Dim instance As ContextLinkCollection
Dim index As Integer
Dim value As ContextLink
value = instance.Item(index)
public ContextLink Item[
int index
] { get; }
public:
property ContextLink^ Item[int index] {
ContextLink^ get (int index);
}
/** @property */
public ContextLink get_Item(
int index
)
JScript에서는 인덱싱된 속성을 지원하지 않습니다.
매개 변수
- index
형식: System.Int32
가져올 ContextLink 개체의 인덱스(0부터 시작)입니다.
속성 값
형식: Microsoft.Ink.ContextLink
ContextLinkCollection 내에서 지정된 인덱스에 있는 ContextLink 개체입니다.
설명
이 항목의 예제에 표시된 것처럼 컬렉션의 인덱서를 사용하여 Item 속성에 액세스할 수 있습니다.
인덱스가 ContextLinkCollection 컬렉션의 기존 멤버와 일치하지 않으면 ArgumentOutOfRangeException이 throw됩니다.
예제
다음 예제에서는 ContextLinkCollection인 links의 첫 번째 노드를 가져옵니다.
Dim firstLink As ContextLink = links(0)
ContextLink firstLink = links[0];
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원