Basic Library for UWP/WinRT XAML
GetVisualStateGroup メソッド

開始する要素
検索するグループの名前
仮想ツリーを検索して、指定された名前を持つ VisualStateGroup を取得します
構文
'宣言
 
Public Shared Function GetVisualStateGroup( _
   ByVal root As Windows.UI.Xaml.FrameworkElement, _
   ByVal groupName As System.String _
) As Windows.UI.Xaml.VisualStateGroup
public static Windows.UI.Xaml.VisualStateGroup GetVisualStateGroup( 
   Windows.UI.Xaml.FrameworkElement root,
   System.string groupName
)

パラメータ

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

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Extensions クラス
Extensions メンバ

Send Feedback