Freigeben über


ContextLinkCollection.RemoveAt-Methode

Entfernt ein ContextLink-Objekt am angegebenen Index aus der ContextLinkCollection.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As ContextLinkCollection
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

Beispiele

Im folgenden Beispiel wird der erste ContextLink aus der ContextLinkCollection entfernt.

links.RemoveAt(0)
links.RemoveAt(0);

Plattformen

Windows Vista

.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

ContextLinkCollection-Klasse

ContextLinkCollection-Member

Microsoft.Ink-Namespace