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


ExtendedProperties.Clear - метод

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

Clears all the ExtendedProperty objects from the ExtendedProperties collection.

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

Синтаксис

'Декларация
Public Sub Clear
'Применение
Dim instance As ExtendedProperties

instance.Clear()
public void Clear()
public:
void Clear()
public void Clear()
public function Clear()

Заметки

To clear only one ExtendedProperty object at a time, call the Remove method.

Примеры

This C# example removes all the ExtendedProperty objects from the ExtendedProperties collection of the Ink object associated with an InkCollector object, theInkCollector.

theInkCollector.Ink.ExtendedProperties.Clear();

This Microsoft® Visual Basic® .NET example removes all the ExtendedProperty objects from the ExtendedProperties collection of the Ink object associated with an InkCollector object, theInkCollector.

theInkCollector.Ink.ExtendedProperties.Clear()

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

ExtendedProperties Класс

ExtendedProperties - члены

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

InkCollector

ExtendedProperty