Поделиться через


ExtendedProperties.RemoveAt - метод

Обновлен: Ноябрь 2007

Removes an ExtendedProperty object at the specified index of the ExtendedProperties collection.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Sub RemoveAt ( _
    i As Integer _
)
'Применение
Dim instance As ExtendedProperties
Dim i As Integer

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

Параметры

Заметки

A ExtendedProperties collection is a set of references to ink data and is not the actual data itself. This method removes only the related ExtendedProperty object from a snapshot of, or reference to, the ink data and does not remove the actual ink data.

Примеры

This C# example removes the first element from an ExtendedProperties collection of a Stroke object, theStroke.

theStroke.ExtendedProperties.RemoveAt(0);

This Microsoft® Visual Basic® .NET example removes the first element from an ExtendedProperties collection of a Stroke object, theStroke.

theStroke.ExtendedProperties.RemoveAt(0)

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

ExtendedProperties Класс

ExtendedProperties - члены

Microsoft.Ink - пространство имен

ExtendedProperty