Share via


TextureStateManagerCollection.Item Property

Retrieves the TextureStateManagerCollection object at the given index.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    stage As Integer _
) As TextureStateManager
'Usage
Dim instance As TextureStateManagerCollection
Dim stage As Integer
Dim value As TextureStateManager

value = instance(stage)
public TextureStateManager this [
    int stage
] { get; }
public:
property TextureStateManager^ default [int] {
    TextureStateManager^ get (int stage);
}
/** @property */
public TextureStateManager get_Item (int stage)
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

A TextureStateManager object retrieved from the given stage.

.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

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

Other Resources

Mobile Direct3D Programming