VisualStateGroupList.Add(VisualStateGroup) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的可视状态组添加到列表中。
public void Add(Xamarin.Forms.VisualStateGroup item);
	abstract member Add : Xamarin.Forms.VisualStateGroup -> unit
override this.Add : Xamarin.Forms.VisualStateGroup -> unit
	参数
- item
 - VisualStateGroup
 
要添加到列表中的可视状态组。
实现
					
						System.Collections.Generic.ICollection`1.Add(`0)