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

プロパティ値を読み取る要素。
コマンドが実行されている対象のオブジェクトを取得します。
構文
'宣言
 
Public Shared Function GetCommandTarget( _
   ByVal element As Windows.UI.Xaml.FrameworkElement _
) As Windows.UI.Xaml.UIElement
public static Windows.UI.Xaml.UIElement GetCommandTarget( 
   Windows.UI.Xaml.FrameworkElement element
)

パラメータ

element
プロパティ値を読み取る要素。

戻り値の型

コマンドが実行されている対象のオブジェクト。
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

参照

関連項目

CommandExtensions クラス
CommandExtensions メンバ

Send Feedback