Container.GetProperty Method

Language:

Property with the specified index.

Definition

Visual Basic Public Function GetProperty( _
    ByVal index As Integer _
) As PropertyData
C# public PropertyData GetProperty(
    int index
);
C++ public:
PropertyData GetProperty(
    int index
);
JScript public function GetProperty(
    index : int
) : PropertyData;

Parameters

index System.Int32
Integer that represents the index 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