Visual |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class VisualList : SimpleCustomTypeDescriptor, IEnumerable, IList, ICollection
The VisualList type exposes the following members.
| Name | Description | |
|---|---|---|
| VisualList | Initializes a new instance of the VisualList class | |
| VisualList(IEnumerableVisual) | Initializes a new instance of the VisualList class | |
| VisualList(IEnumerableVisualReference) | Initializes a new instance of the VisualList class |
| Name | Description | |
|---|---|---|
| Count | ||
| FilterExpression | ||
| IsFixedSize | ||
| IsReadOnly | ||
| IsSynchronized | ||
| Item | ||
| SyncRoot | ||
| Visuals |
| Name | Description | |
|---|---|---|
| Add(Object) | ||
| Add(VisualReference) | ||
| Add(VisualReference, Object) | ||
| AddRange(IEnumerableVisual) | ||
| AddRange(IEnumerableVisualReference) | ||
| AddUnique | ||
| Clear | ||
| Contains(Object) | ||
| Contains(VisualReference) | ||
| CopyTo(Array, Int32) | ||
| CopyTo(VisualReference, Int32) | ||
| CrossReference | Make sure: l1 contains a reference to v2 and l2 contains a reference to v1 NOTE: Nothing happens if any of the arguments are null. | |
| Dequeue | ||
| Enqueue | ||
| GetEnumerator | ||
| GetProperties | (Overrides SimpleCustomTypeDescriptor.GetProperties) | |
| GetProperties(Attribute) | (Overrides SimpleCustomTypeDescriptor.GetProperties(Attribute)) | |
| IndexOf(Object) | ||
| IndexOf(VisualReference) | ||
| Insert(Int32, VisualReference) | ||
| Insert(Int32, Object) | ||
| Insert(Int32, VisualReference, Object) | ||
| PeekQueue | ||
| PeekStack | ||
| Pop | ||
| Push | ||
| Read | ||
| ReferenceAllowed | ||
| Remove(Object) | ||
| Remove(VisualReference) | ||
| RemoveAt | ||
| RemoveNulls | ||
| Sort(ComparisonEntry) | ||
| Sort(FuncVisual, Visual, Int32) | ||
| Sort(IComparer) | ||
| Sort(IComparerVisual) | ||
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString) | |
| Write |