Share via


AdapterListCollection.IEnumerator.Current Property

For a description of this member, see IEnumerator.Current.

Namespace:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Syntax

'Declaration
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current
'Usage
Dim instance As AdapterListCollection 
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 AdapterListCollection instance is cast to the IEnumerator interface.

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

AdapterListCollection Class

AdapterListCollection Members

Microsoft.WindowsMobile.DirectX.Direct3D Namespace