仮想ツリーを検索して、指定された名前を持つ VisualStateGroup を取得します
シンタックス
'宣言
Public Shared Function GetVisualStateGroup( _
ByVal As System.Windows.FrameworkElement, _
ByVal As System.String _
) As System.Windows.VisualStateGroup
public static System.Windows.VisualStateGroup GetVisualStateGroup(
System.Windows.FrameworkElement ,
System.string
)
パラメータ
- root
- 開始する要素
- groupName
- 検索するグループの名前
戻り値の型
見つかった場合はグループ。または null
参照