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

commandBinding を登録するために使用するクラス。
登録するコマンド連結。
CommandBinding を指定された型で登録します。
構文
'宣言
 
Public Shared Sub RegisterClassCommandBinding( _
   ByVal type As System.Type, _
   ByVal commandBinding As CommandBinding _
) 
public static void RegisterClassCommandBinding( 
   System.Type type,
   CommandBinding commandBinding
)

パラメータ

type
commandBinding を登録するために使用するクラス。
commandBinding
登録するコマンド連結。
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

参照

関連項目

CommandManager クラス
CommandManager メンバ

Send Feedback