PropertyList Class (Microsoft.DirectX.Diagnostics)
Maintains a list of properties.
Visual Basic Public Class PropertyList
Inherits Object
Implements IEnumerable, IEnumerator
C# public class PropertyList : Object , IEnumerable
, IEnumerator
C++ public ref class PropertyList : Object , IEnumerable
, IEnumerator
JScript public class PropertyList extends Object implements IEnumerable
, IEnumerator
The following table lists the members exposed by the object.
Methods
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. Properties
Object
PropertyList
Namespace Microsoft.DirectX.Diagnostics Assembly Microsoft.DirectX.Diagnostics (microsoft.directx.diagnostics.dll) Strong Name Microsoft.DirectX.Diagnostics, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show:
