다음을 통해 공유


VisualStateGroupList.GetEnumerator 메서드

정의

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

public System.Collections.Generic.IEnumerator<Xamarin.Forms.VisualStateGroup> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Xamarin.Forms.VisualStateGroup>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Xamarin.Forms.VisualStateGroup>

반환

System.Collections.Generic.IEnumerator<VisualStateGroup>

목록의 그룹을 반복하기 위한 반복기입니다.

구현

System.Collections.Generic.IEnumerable`1.GetEnumerator

적용 대상