Container.GetContainer Method

Language:

Container with the specified index.

Definition

Visual Basic Public Function GetContainer( _
    ByVal index As Integer _
) As ContainerData
C# public ContainerData GetContainer(
    int index
);
C++ public:
ContainerData GetContainer(
    int index
);
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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