Microsoft DirectX 9.0 SDK Update (October 2004)

Container.GetProperty Method

Language:

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

Property with the specified name.

Definition

Visual Basic .NET Public Function GetProperty( _
    ByVal name As String _
) As PropertyData
C# public PropertyData GetProperty(
    string name
);
Managed C++ public: PropertyData GetProperty(
    String *name
);
JScript .NET public function GetProperty(
    name : String
) : PropertyData;

Parameters

name System.String. String that represents the name of the property to retrieve.

Return Value

Microsoft.DirectX.Diagnostics.PropertyData . Requested PropertyData 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