VisualStateManager.GetVisualStateGroups(FrameworkElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 VisualStateGroups 附加属性。
public:
static System::Collections::IList ^ GetVisualStateGroups(System::Windows::FrameworkElement ^ obj);
public static System.Collections.IList GetVisualStateGroups (System.Windows.FrameworkElement obj);
static member GetVisualStateGroups : System.Windows.FrameworkElement -> System.Collections.IList
Public Shared Function GetVisualStateGroups (obj As FrameworkElement) As IList
参数
- obj
- FrameworkElement
要从中获取 VisualStateGroups 附加属性的元素。
返回
与指定对象关联的 VisualStateGroup 对象的集合。