ContextLinkBaseCollection.RemoveAt - метод
Обновлен: Ноябрь 2007
Removes a ContextLinkBase object at the specified index from the ContextLinkBaseCollection.
Пространство имен: System.Windows.Ink.AnalysisCore
Сборка: IACore (в IACore.dll)
Синтаксис
'Декларация
Public Sub RemoveAt ( _
index As Integer _
)
'Применение
Dim instance As ContextLinkBaseCollection
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
The index of the ContextLink object to be removed.
Примеры
The following example removes the first ContextLinkBase from a ContextLinkBaseCollection named links.
links.RemoveAt(0)
links.RemoveAt(0);
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
ContextLinkBaseCollection Класс