Container.GetContainer Method

Language:

Container with the specified name.

Definition

Visual Basic Public Function GetContainer( _
    ByVal name As String _
) As ContainerData
C# public ContainerData GetContainer(
    string name
);
C++ public:
ContainerData GetContainer(
    Stringname
);
JScript public function GetContainer(
    name : String
) : ContainerData;

Parameters

name System.String
String that represents the name 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