CachedDataItemEnumerator.IEnumerator.Current Property (2003 System)

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
'Usage
Dim instance As CachedDataItemEnumerator
Dim value As Object

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }

Property Value

Type: System.Object

Implements

IEnumerator.Current

Permissions

See Also

Reference

CachedDataItemEnumerator Class

CachedDataItemEnumerator Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace