ShapeEnumerator.IEnumerator.Current Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object
private override Current : Object
JScript does not support explicit interface implementations.

Property Value

Type: System.Object

Implements

IEnumerator.Current

.NET Framework Security

See Also

Reference

ShapeEnumerator Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace