Container.Properties Property (Microsoft.DirectX.Diagnostics)
Retrieves a PropertyList object that holds the properties for the current container object.
Definition
Visual Basic Public ReadOnly Property Properties As PropertyList C# public PropertyList Properties { get; } C++ public:
property PropertyList^ Properties {
PropertyList^ get();
}JScript public function get Properties() : PropertyList
Property Value
Microsoft.DirectX.Diagnostics.PropertyList
A PropertyList object to retrieve.This property is read-only.