VsaItemsEnumerator.Current Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualBasic.Vsa
Assembly:  Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)

Syntax

'Declaration
Public ReadOnly Property Current As Object
public Object Current { get; }
public:
virtual property Object^ Current {
    Object^ get () sealed;
}
abstract Current : Object with get 
override Current : Object with get
final function get Current () : Object

Property Value

Type: System.Object

Implements

IEnumerator.Current

.NET Framework Security

See Also

Reference

VsaItemsEnumerator Class

Microsoft.VisualBasic.Vsa Namespace