VisualCollection.Item[Int32] 속성

정의

Visual 인덱스(0부터 시작하는 인덱 VisualCollection스)에 저장된 값을 가져오거나 설정합니다.

public:
 property System::Windows::Media::Visual ^ default[int] { System::Windows::Media::Visual ^ get(int index); void set(int index, System::Windows::Media::Visual ^ value); };
public System.Windows.Media.Visual this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Visual with get, set
Default Public Property Item(index As Integer) As Visual

매개 변수

index
Int32

를 얻거나 설정할 인덱스 VisualCollection (0부터 시작)입니다 Visual.

속성 값

Visual 에 저장된 index값입니다.

예외

index 가 0보다 작거나 같거나 index 보다 Count큽니다.

새 자식 요소에 이미 부모가 있거나 지정된 인덱스 값이 없습니다 null.

설명

이 속성은 인덱스로 특정 Visual 항목에 VisualCollection 액세스할 수 있는 기능을 제공합니다.

적용 대상