Basic Library for WPF/Silverlight
GetVisualStateGroup メソッド (Extensions)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > Extensions クラス : GetVisualStateGroup メソッド
開始する要素
検索するグループの名前
仮想ツリーを検索して、指定された名前を持つ VisualStateGroup を取得します
シンタックス
'宣言
 
Public Shared Function GetVisualStateGroup( _
   ByVal root As System.Windows.FrameworkElement, _
   ByVal groupName As System.String _
) As System.Windows.VisualStateGroup
public static System.Windows.VisualStateGroup GetVisualStateGroup( 
   System.Windows.FrameworkElement root,
   System.string groupName
)

パラメータ

root
開始する要素
groupName
検索するグループの名前

戻り値の型

見つかった場合はグループ。または null
参照

Extensions クラス
Extensions メンバ