Share via


ShapeEnumerator.Current Property

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

Syntax

'Declaration
Public ReadOnly Property Current As ShapeElement
'Usage
Dim instance As ShapeEnumerator 
Dim value As ShapeElement 

value = instance.Current
public ShapeElement Current { get; }
public:
property ShapeElement^ Current {
    ShapeElement^ get ();
}
public function get Current () : ShapeElement

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

.NET Framework Security

See Also

Reference

ShapeEnumerator Class

ShapeEnumerator Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace