Container holding ECProperties that supports STL like iteration. More...
#include <ECSchema.h>
Classes | |
struct | const_iterator |
Iterator over the properties. More... | |
struct | IteratorState |
Public Member Functions | |
const_iterator | begin () const |
Returns the beginning of the collection. More... | |
const_iterator | end () const |
Returns the end of the collection. More... | |
ECPropertyCP | FindByDisplayLabel (WCharCP label) const |
Attempts to look up an ECProperty by its display label. More... | |
Container holding ECProperties that supports STL like iteration.
const_iterator begin | ( | ) | const |
Returns the beginning of the collection.
const_iterator end | ( | ) | const |
Returns the end of the collection.
ECPropertyCP FindByDisplayLabel | ( | WCharCP | label | ) | const |
Attempts to look up an ECProperty by its display label.
[in] | label | The label of the ECProperty to find |