다음을 통해 공유


ContextLinkBaseCollection.Contains 메서드

업데이트: 2007년 11월

ContextLinkBaseCollection에 특정 ContextLinkBase 개체가 들어 있는지 여부를 나타냅니다.

네임스페이스:  System.Windows.Ink.AnalysisCore
어셈블리:  IACore(IACore.dll)

구문

‘선언
Public Function Contains ( _
    link As ContextLinkBase _
) As Boolean
‘사용 방법
Dim instance As ContextLinkBaseCollection
Dim link As ContextLinkBase
Dim returnValue As Boolean

returnValue = instance.Contains(link)
public bool Contains(
    ContextLinkBase link
)
public:
bool Contains(
    ContextLinkBase^ link
)
public boolean Contains(
    ContextLinkBase link
)
public function Contains(
    link : ContextLinkBase
) : boolean

매개 변수

반환 값

형식: System.Boolean
ContextLinkBaseCollection 에 특정 ContextLinkBase 개체가 들어 있는지 여부입니다.

예제

다음 예제에서는 이름이 links인 ContextLinkBaseCollection에 이름이 myLink인 특정 ContextLinkBase가 들어 있는지 여부를 확인하는 방법을 보여 줍니다.

If links.Contains(myLink) Then
    MessageBox.Show("The link is in the collection.")
End If
if (links.Contains(myLink))
    MessageBox.Show("The link is in the collection.");

플랫폼

Windows Vista, Windows XP SP2, Windows Server 2003

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

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

ContextLinkBaseCollection 클래스

ContextLinkBaseCollection 멤버

System.Windows.Ink.AnalysisCore 네임스페이스