Microsoft DirectX 9.0 SDK Update (October 2004)

Container.GetContainer Method

Language:

Note: This documentation is preliminary and is subject to change.

Container with the specified index.

Definition

Visual Basic .NET Public Function GetContainer( _
    ByVal index As Integer _
) As ContainerData
C# public ContainerData GetContainer(
    int index
);
Managed C++ public: ContainerData GetContainer(
    int index
);
JScript .NET public function GetContainer(
    index : int
) : ContainerData;

Parameters

index System.Int32. Integer that represents the index of the container to retrieve.

Return Value

Microsoft.DirectX.Diagnostics.ContainerData . Requested ContainerData object.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center