XDocumentsEnumerator.IEnumerator.Current Property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

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

value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }

Property Value

Type: System.Object
Returns Object.

Implements

IEnumerator.Current

See Also

Reference

XDocumentsEnumerator Class

XDocumentsEnumerator Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace