다음을 통해 공유


ContextLinkCollection.RemoveAt 메서드

업데이트: 2007년 11월

지정된 인덱스에 있는 ContextLink 개체를 ContextLinkCollection에서 제거합니다.

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

구문

‘선언
Public Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As ContextLinkCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
public void RemoveAt(
    int index
)
public function RemoveAt(
    index : int
)

매개 변수

예제

다음 예제에서는 ContextLinkCollection에서 첫 번째 ContextLink를 제거합니다.

links.RemoveAt(0)
links.RemoveAt(0);

플랫폼

Windows Vista

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

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

ContextLinkCollection 클래스

ContextLinkCollection 멤버

Microsoft.Ink 네임스페이스