バージョン

GetAllowTileDragging メソッド

この項目がドラッグできるかどうかを返します。
シンタックス
'宣言
 
Protected Friend Overridable Function GetAllowTileDragging( _
   ByVal container As FrameworkElement, _
   ByVal itemInfo As ItemInfoBase _
) As AllowTileDragging
protected internal virtual AllowTileDragging GetAllowTileDragging( 
   FrameworkElement container,
   ItemInfoBase itemInfo
)

パラメータ

container
ドラッグされる項目のコンテナー。
itemInfo
関連項目の情報。

戻り値の型

デフォルトの実装は「No」を返します。
参照