次の方法で共有


Lights.Item

Item プロパティ

定義

Visual Basic Public ReadOnly Property Item( _
    ByVal index As Integer _
) As Light
C# public Light this[
    int index
] { get; }
Managed C++ public: __property Light* get_Item(
    int index
);
JScript インデックス化されたプロパティは使えるが、独自に定義することはできない。

プロパティ値

Microsoft.DirectX.Direct3D.Light.

これは読み取り専用プロパティである。 

パラメータ

index System.Int32.

対象

Lights

© 2002 Microsoft Corporation. All rights reserved. Terms of use.