IdentifierEnumerator.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
Public ReadOnly Property Current As String
'Usage
Dim instance As IdentifierEnumerator 
Dim value As String 

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

Property Value

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

.NET Framework Security

See Also

Reference

IdentifierEnumerator Class

IdentifierEnumerator Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace