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)
Not applicable.
Parameters
- stage
Integer that represents the TextureStateManager object to retrieve.
Property Value
A TextureStateManager object retrieved from the given stage.
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
TextureStateManagerCollection Class
TextureStateManagerCollection Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace