In This Article

PropertyModelCollection Class

Represents a collection of IPropertyModel objects.

public class PropertyModelCollection : ObservableCollection<IPropertyModel>
Inheritance:
Object Object

Constructors

PropertyModelCollection()

public PropertyModelCollection()

Properties

Item[String]

Gets the IPropertyModel in this collection that matches the specified name.

public IPropertyModel this[string name] { get; }
Parameter Type Description
name String

Property Value

IPropertyModel:

The IPropertyModel in this collection that matches the specified name.