VisualStateManager.GetVisualStateGroups(FrameworkElement) 方法

定义

检索与指定的 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 方案中进行更改。

适用于