StylusSyncPluginCollection.RemoveAt-Methode
Entfernt das IStylusSyncPlugin-Objekt am angegebenen Index.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
index As Integer _
)
'Usage
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
)
Parameter
- index
Typ: System.Int32
Der nullbasierte Index des zu entfernenden Elements.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
StylusSyncPluginCollection-Klasse