VisualStateGroupList 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션에 대한 시각적 상태 그룹의 목록을 포함합니다.
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.ObjectVisualStateGroupList
- 구현
-
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] |
지정한 |
메서드
Add(VisualStateGroup) |
지정된 시각적 상태 그룹을 목록에 추가합니다. |
Clear() |
목록에서 모든 시각적 상태 그룹을 제거합니다. |
Contains(VisualStateGroup) |
|
CopyTo(VisualStateGroup[], Int32) |
목록 그룹을 |
GetEnumerator() |
목록의 그룹을 반복하기 위한 열거자를 반환합니다. |
IndexOf(VisualStateGroup) |
찾은 경우 |
Insert(Int32, VisualStateGroup) |
그룹 목록의 |
Remove(VisualStateGroup) |
그룹 목록에서 그룹을 제거합니다. |
RemoveAt(Int32) |
지정된 |
명시적 인터페이스 구현
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 플랫폼에서 내부용으로 사용합니다. |