Microsoft DirectX 9.0 SDK Update (October 2004)

PropertyList Class

Language:

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

Maintains a list of properties.

Definition

Visual Basic .NET Public Class PropertyList
   Inherits Object 
   Implements IEnumerable, IEnumerator
C# public class PropertyList : Object,
   IEnumerable, IEnumerator
Managed C++ public __gc class PropertyList  : public Object,
   IEnumerable, IEnumerator
JScript .NET public class PropertyList extends Object
   implements IEnumerable, IEnumerator

Members Table

Method Description
GetEnumerator Returns an enumerator that can iterate through the PropertyList.
MoveNext Advances the enumerator to the next item in the list.
Reset Resets the current enumerator to point to the beginning of the list.
Property Description
Count Retrieves the number of Objects Leave Site in the PropertyList.
Current Retrieves the current Object Leave Site in the list.

Inheritance Hierarchy

Object Leave Site
PropertyList

Class Information

Namespace Microsoft.DirectX.Diagnostics
Assembly Microsoft.DirectX.Diagnostics (microsoft.directx.diagnostics.dll)
Strong Name Microsoft.DirectX.Diagnostics,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 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