Implements a strongly typed collection of ExtendedProperty elements.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class ExtendedPropertyCollection : NamedObjectCollection<ExtendedProperty>
Visual Basic
<SerializableAttribute>
Public Class ExtendedPropertyCollection
	Inherits NamedObjectCollection(Of ExtendedProperty)

Remarks

ExtendedPropertyCollection provides an ObservableList that is strongly typed for ExtendedProperty elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'ExtendedProperty>)>)>
    NamedObjectCollection<(Of <(<'ExtendedProperty>)>)>
      SchemaExplorer..::..ExtendedPropertyCollection

See Also