VisualStateManager.GoToState(VisualElement, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 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