Implements a strongly typed collection of ExtendedProperty elements.

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

Collapse imageSyntax

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

Collapse imageRemarks

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

Collapse imageInheritance Hierarchy

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

Collapse imageSee Also