Container.GetProperty Method

Language:

Property with the specified name.

Definition

Visual Basic Public Function GetProperty( _
    ByVal name As String _
) As PropertyData
C# public PropertyData GetProperty(
    string name
);
C++ public:
PropertyData GetProperty(
    Stringname
);
JScript 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.


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