ShapeEnumerator.IEnumerator.Current Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 with get 
private override Current : Object with get
JScript does not support explicit interface implementations.

Property Value

Type: Object

Implements

IEnumerator.Current

.NET Framework Security

See Also

Reference

ShapeEnumerator Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace