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 name.

Definition

Visual Basic .NET Public Function GetContainer( _
    ByVal name As String _
) As ContainerData
C# public ContainerData GetContainer(
    string name
);
Managed C++ public: ContainerData GetContainer(
    String *name
);
JScript .NET 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.


© 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