IdentifierEnumerator.IEnumerator.Current Property

Gets the current element in the collection.

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

Syntax

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

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Object
The current element in the collection.

Implements

IEnumerator.Current

Remarks

This member is an explicit interface member implementation. It can be used only when the IdentifierEnumerator instance is cast to an IEnumerator interface.

.NET Framework Security

See Also

Reference

IdentifierEnumerator Class

IdentifierEnumerator Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace