VisualStateManager.GetVisualStateGroups(FrameworkElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索与指定的 FrameworkElement 关联的 VisualStateGroup 对象的集合。
public:
static IVector<VisualStateGroup ^> ^ GetVisualStateGroups(FrameworkElement ^ obj);
static IVector<VisualStateGroup> GetVisualStateGroups(FrameworkElement const& obj);
public static IList<VisualStateGroup> GetVisualStateGroups(FrameworkElement obj);
function getVisualStateGroups(obj)
Public Shared Function GetVisualStateGroups (obj As FrameworkElement) As IList(Of VisualStateGroup)
参数
- obj
- FrameworkElement
要从中获取值的对象。
返回
VisualStateGroup 对象的集合。
注解
此 API 为 XAML 用法提供附加属性支持,无需在自定义 VisualStateManager 方案中进行更改。