CustomStrokes.CustomStrokesEnumerator - конструктор
Обновлен: Ноябрь 2007
Initializes a new instance of the CustomStrokes.CustomStrokesEnumerator class.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Sub New ( _
cs As CustomStrokes _
)
'Применение
Dim cs As CustomStrokes
Dim instance As New CustomStrokes..::.CustomStrokesEnumerator(cs)
public CustomStrokesEnumerator(
CustomStrokes cs
)
public:
CustomStrokesEnumerator(
CustomStrokes^ cs
)
public CustomStrokesEnumerator(
CustomStrokes cs
)
public function CustomStrokes..::.CustomStrokesEnumerator(
cs : CustomStrokes
)
Параметры
- cs
Тип: Microsoft.Ink.CustomStrokes
The CustomStrokes collection that this enumerator iterates over.
Заметки
The CustomStrokes.CustomStrokesEnumerator supports iterating over a CustomStrokes collection and implements the System.Collections.IEnumerator interface.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
CustomStrokes.CustomStrokesEnumerator Класс
CustomStrokes.CustomStrokesEnumerator - члены