バージョン

GetCanDropContainer メソッド

このコンテナーがこの位置でドロップできるかどうかを返します。
シンタックス
'宣言
 
Protected Friend Overridable Function GetCanDropContainer( _
   ByVal container As FrameworkElement, _
   ByVal itemInfo As ItemInfoBase, _
   ByVal newState As TileState, _
   ByVal newLogicalIndex As Integer _
) As Boolean
protected internal virtual bool GetCanDropContainer( 
   FrameworkElement container,
   ItemInfoBase itemInfo,
   TileState newState,
   int newLogicalIndex
)

パラメータ

container
ドロップされるコンテナー。
itemInfo
関連項目の情報。
newState
コンテナーがここにドロップされた場合の項目の新しい状態。
newLogicalIndex
コンテナーがここにドロップされた場合の項目の新しい論理インデックス。

戻り値の型

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