バージョン

RegisterType(Type) メソッド

指定したタイプを登録します。IsFocusedWithin プロパティは、派生クラスを含み、classType クラスのインスタンスで管理されます。
シンタックス
'宣言
 
Public Overloads Shared Sub RegisterType( _
   ByVal classType As Type _
) 
public static void RegisterType( 
   Type classType
)

パラメータ

classType
フォーカス状態が管理される要素のタイプ
例外
例外解説
System.ArgumentException「classType」が「UIElement」でも「UIElement3D」でもありません。
System.ArgumentNullException「classType」を null にすることはできません。
参照