TriggerActionCollection.IList.Item[Int32] 속성

정의

이 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

매개 변수

index
Int32

가져오거나 설정할 항목의 인덱스(0부터 시작)입니다.

속성 값

Object

지정된 인덱스에 있는 개체입니다.

구현

적용 대상