CustomStrokes.CustomStrokesEnumerator - класс
Обновлен: Ноябрь 2007
An implementation of the System.Collections.IEnumerator interface that supports iterating over a CustomStrokes collection.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class CustomStrokesEnumerator _
Implements IEnumerator
'Применение
Dim instance As CustomStrokes.CustomStrokesEnumerator
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class CustomStrokesEnumerator : IEnumerator
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class CustomStrokesEnumerator : IEnumerator
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class CustomStrokesEnumerator implements IEnumerator
public class CustomStrokesEnumerator implements IEnumerator
Иерархия наследования
System.Object
Microsoft.Ink.CustomStrokes.CustomStrokesEnumerator
Потокобезопасность
Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
CustomStrokes.CustomStrokesEnumerator - члены