PropertyList.Current Property (Microsoft.DirectX.Diagnostics)
Retrieves the current Object
in the list.
Definition
Visual Basic Overrides Public ReadOnly Property Current As Object C# public override object Current { get; } C++ public:
property virtual Object^ Current override {
Object^ get();
}JScript public function get Current() : Object
Property Value
System.Object
Current Objectin the list.
This property is read-only.