다음을 통해 공유


GestureRecognitionData.Item 속성

업데이트: 2007년 11월

대체 항목 컬렉션 내에서 지정된 인덱스 값에 있는 제스처의 인식 대체 항목을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property Item ( _
    index As Integer _
) As GestureAlternate
‘사용 방법
Dim instance As GestureRecognitionData
Dim index As Integer
Dim value As GestureAlternate

value = instance.Item(index)
public GestureAlternate Item[
    int index
] { get; }
public:
property GestureAlternate^ Item[int index] {
    GestureAlternate^ get (int index);
}
/** @property */
public GestureAlternate get_Item(
    int index
)
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • index
    형식: System.Int32
    인식 대체 항목의 인덱스 값입니다.

속성 값

형식: Microsoft.StylusInput.PluginData.GestureAlternate
지정된 인덱스 값에 있는 인식 대체 항목입니다.

플랫폼

Windows Vista, Windows XP SP2, Windows Server 2003

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

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

GestureRecognitionData 클래스

GestureRecognitionData 멤버

Microsoft.StylusInput.PluginData 네임스페이스