VObjectCollection Members

The VObjectCollection type exposes the following members.

Methods

Name Description
Public method Add (Inherited from Collection<VObject>.)
Public method AddRange (Inherited from Collection<<'T>>.)
Public method Clear (Inherited from Collection<VObject>.)
Protected method ClearItems (Overrides SelectableCollection<VObject>.ClearItems()().)
Public method Contains (Inherited from Collection<VObject>.)
Public method CopyTo (Inherited from Collection<VObject>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<VObject>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetVObjectsByName

Search v-objects with the specified name.

Public method IndexOf (Inherited from Collection<VObject>.)
Public method Insert (Inherited from Collection<VObject>.)
Protected method InsertItem (Overrides SelectableCollection<VObject>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Inherited from SelectableCollection<<'T>>.)
Protected method OnCollectionCleared (Inherited from Collection<<'T>>.)
Protected method OnItemAdded (Overrides Collection<VObject>.OnItemAdded(Int32, T).)
Protected method OnItemMoved (Inherited from Collection<<'T>>.)
Protected method OnItemRemoved (Overrides Collection<VObject>.OnItemRemoved(Int32, T).)
Protected method OnSelectedIndexChanged (Inherited from SelectableCollection<<'T>>.)
Public method Remove (Inherited from Collection<VObject>.)
Public method RemoveAt (Inherited from Collection<VObject>.)
Protected method RemoveItem (Inherited from SelectableCollection<<'T>>.)
Protected method SetItem (Inherited from Collection<<'T>>.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Count (Inherited from Collection<VObject>.)
Public property Item

Gets or sets the item at the specified index.

(Inherited from Collection<<'T>>.)
Protected property Items (Inherited from Collection<VObject>.)
Public property Layer

Gets a reference to the Layer object this VObjectCollection belongs to.

Public property SelectedIndex (Inherited from SelectableCollection<<'T>>.)
Public property SelectedItem (Inherited from SelectableCollection<<'T>>.)

Events

Name Description
Public event CollectionCleared (Inherited from Collection<<'T>>.)
Public event ItemAdded (Inherited from Collection<<'T>>.)
Public event ItemMoved (Inherited from Collection<<'T>>.)
Public event ItemRemoved (Inherited from Collection<<'T>>.)
Public event SelectedIndexChanged (Inherited from SelectableCollection<<'T>>.)

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IList..Add (Inherited from Collection<VObject>.)
Explicit interface implemetation Private method IList..Contains (Inherited from Collection<VObject>.)
Explicit interface implemetation Private method ICollection..CopyTo (Inherited from Collection<VObject>.)
Explicit interface implemetation Private method IEnumerable..GetEnumerator (Inherited from Collection<VObject>.)
Explicit interface implemetation Private method IList..IndexOf (Inherited from Collection<VObject>.)
Explicit interface implemetation Private method IList..Insert (Inherited from Collection<VObject>.)
Explicit interface implemetation Private property IList..IsFixedSize (Inherited from Collection<VObject>.)
Explicit interface implemetation Private property ICollection<<'T>>..IsReadOnly (Inherited from Collection<VObject>.)
Explicit interface implemetation Private property IList..IsReadOnly (Inherited from Collection<VObject>.)
Explicit interface implemetation Private property ICollection..IsSynchronized (Inherited from Collection<VObject>.)
Explicit interface implemetation Private property IList..Item (Inherited from Collection<VObject>.)
Explicit interface implemetation Private method IList..Remove (Inherited from Collection<VObject>.)
Explicit interface implemetation Private property ICollection..SyncRoot (Inherited from Collection<VObject>.)

See Also

Reference