다음을 통해 공유


VisualStateManager.GoToState(VisualElement, String) 메서드

정의

지정된 visualElement를 지정된 name의 상태로 전환합니다.

public static bool GoToState (Xamarin.Forms.VisualElement visualElement, string name);
static member GoToState : Xamarin.Forms.VisualElement * string -> bool

매개 변수

visualElement
VisualElement
name
System.String

반환

System.Boolean

전환에 성공하면 true이고, 그렇지 않으면 false입니다.

적용 대상