Strokes.IndexOf 메서드
업데이트: 2007년 11월
Strokes 컬렉션 내에서 특정 Stroke 개체의 인덱스를 반환합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Function IndexOf ( _
s As Stroke _
) As Integer
‘사용 방법
Dim instance As Strokes
Dim s As Stroke
Dim returnValue As Integer
returnValue = instance.IndexOf(s)
public int IndexOf(
Stroke s
)
public:
int IndexOf(
Stroke^ s
)
public int IndexOf(
Stroke s
)
public function IndexOf(
s : Stroke
) : int
매개 변수
- s
형식: Microsoft.Ink.Stroke
반환 값
형식: System.Int32
Strokes 컬렉션 내에서 Stroke의 인덱스를 반환합니다.
설명
s 매개 변수가 나타내는 Stroke 개체는 Strokes 컬렉션과 동일한 Ink 개체에 연결되어 있어야 합니다.
s 매개 변수가 나타내는 Stroke의 Id 속성이 Strokes 컬렉션에 있는 ID 중 하나와 일치하지 않으면 -1이 반환됩니다.
예제
이 C# 예제에서는 Strokes 컬렉션인 theStrokes에서 특정 Stroke 개체인 theStroke의 인덱스를 찾습니다.
int theIndex = theStrokes.IndexOf(theStroke);
이 Microsoft Visual Basic.NET 예제에서는 Strokes 컬렉션인 theStrokes에서 특정 Stroke 개체인 theStroke의 인덱스를 찾습니다.
Dim theIndex As Integer = theStrokes.IndexOf(theStroke)
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원