StylusSyncPluginCollection.RemoveAt 方法

移除指定索引处的 IStylusSyncPlugin 对象。

命名空间:  Microsoft.StylusInput
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public Sub RemoveAt ( _
    index As Integer _
)
用法
Dim instance As StylusSyncPluginCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
public void RemoveAt(
    int index
)
public function RemoveAt(
    index : int
)

参数

  • index
    类型:System.Int32
    要移除的项的从零开始的索引。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

StylusSyncPluginCollection 类

StylusSyncPluginCollection 成员

Microsoft.StylusInput 命名空间