다음을 통해 공유


VisualStateManager.GetVisualStateGroups(VisualElement) 메서드

정의

지정된 시각적 요소에 적용할 수 있는 시각적 상태 그룹을 반환합니다.

public static System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup> GetVisualStateGroups (Xamarin.Forms.VisualElement visualElement);
static member GetVisualStateGroups : Xamarin.Forms.VisualElement -> System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup>

매개 변수

visualElement
VisualElement

시각적 상태 그룹을 가져올 시각적 요소입니다.

반환

System.Collections.Generic.IList<VisualStateGroup>

지정된 시각적 요소에 적용할 수 있는 시각적 상태 그룹입니다.

적용 대상