AdapterListCollection.System.Collections.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 System.Collections.IEnumerator.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^ System.Collections.IEnumerator.Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

The current element in the collection.

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

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

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

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

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

AdapterListCollection Class
AdapterListCollection Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace