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)

返回指定点之间的项的索引值。

适用于