IInsertionPanel インターフェイス

定義

ドラッグ アンド ドロップ操作で他の項目間に項目を挿入できるようにするメソッドを提供します。

public interface class IInsertionPanel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(1804460175, 25895, 19769, 188, 191, 88, 176, 29, 169, 35, 215)]
struct IInsertionPanel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(1804460175, 25895, 19769, 188, 191, 88, 176, 29, 169, 35, 215)]
public interface IInsertionPanel
Public Interface IInsertionPanel
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

メソッド

GetInsertionIndexes(Point, Int32, Int32)

指定したポイントの間にある項目のインデックス値を返します。

適用対象