Compartir a través de


LightsCollection.Item Property

Retrieves a specific Light object within the LightsCollection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    light As Integer _
) As Light
'Usage
Dim instance As LightsCollection
Dim light As Integer
Dim value As Light

value = instance(light)
public Light this [
    int light
] { get; }
public:
property Light^ default [int] {
    Light^ get (int light);
}
/** @property */
public Light get_Item (int light)
Not applicable.

Parameters

  • light
    Index value of the light to retrieve.

Property Value

The Light object at the given light.

Platforms

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

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

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

Other Resources

Direct3D Programming