Share via


VisualStateGroupList 클래스

정의

애플리케이션에 대한 시각적 상태 그룹의 목록을 포함합니다.

public class VisualStateGroupList : System.Collections.Generic.ICollection<Xamarin.Forms.VisualStateGroup>, System.Collections.Generic.IEnumerable<Xamarin.Forms.VisualStateGroup>, System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup>
type VisualStateGroupList = class
    interface IList<VisualStateGroup>
    interface ICollection<VisualStateGroup>
    interface seq<VisualStateGroup>
    interface IEnumerable
상속
System.Object
VisualStateGroupList
구현
System.Collections.Generic.ICollection<T> System.Collections.Generic.ICollection<VisualStateGroup> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IEnumerable<VisualStateGroup> System.Collections.Generic.IList<VisualStateGroup> System.Collections.IEnumerable

생성자

VisualStateGroupList()

기본값을 사용하여 새 VisualStateGroupList 개체를 만듭니다.

VisualStateGroupList(Boolean)

애플리케이션에 대한 시각적 상태 그룹의 목록을 포함합니다.

속성

Count

목록에서 시각적 상태 그룹의 수를 가져옵니다.

IsReadOnly

이 목록이 읽기 전용인지 여부를 알려주는 부울 값을 가져옵니다.

Item[Int32]

지정한 index에 있는 항목을 가져오거나 설정합니다.

메서드

Add(VisualStateGroup)

지정된 시각적 상태 그룹을 목록에 추가합니다.

Clear()

목록에서 모든 시각적 상태 그룹을 제거합니다.

Contains(VisualStateGroup)

item이 시각적 상태 그룹의 목록에 있는지 확인합니다.

CopyTo(VisualStateGroup[], Int32)

목록 그룹을 arrayIndex에서 시작하여 지정된 array에 복사합니다.

GetEnumerator()

목록의 그룹을 반복하기 위한 열거자를 반환합니다.

IndexOf(VisualStateGroup)

찾은 경우 item의 인덱스를 반환합니다. 그렇지 않으면 -1을(를) 반환합니다.

Insert(Int32, VisualStateGroup)

그룹 목록의 indexitem을 삽입합니다.

Remove(VisualStateGroup)

그룹 목록에서 그룹을 제거합니다.

RemoveAt(Int32)

지정된 index에 있는 항목을 제거합니다.

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

이 목록의 그룹을 반복하는 열거자를 가져옵니다.

확장 메서드

ForEach<T>(IEnumerable<T>, Action<T>)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

IndexOf<T>(IEnumerable<T>, T)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

IndexOf<T>(IEnumerable<T>, Func<T,Boolean>)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

Prepend<T>(IEnumerable<T>, T)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상