PivotViewerMultiSizeImageSourceCollection Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents a collection of PivotViewerMultiSizeImageSources.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.DependencyObjectCollection<PivotViewerMultiSizeImageSource>
System.Windows.Controls.Pivot.PivotViewerMultiSizeImageSourceCollection
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
Public Class PivotViewerMultiSizeImageSourceCollection _
Inherits DependencyObjectCollection(Of PivotViewerMultiSizeImageSource)
public class PivotViewerMultiSizeImageSourceCollection : DependencyObjectCollection<PivotViewerMultiSizeImageSource>
The PivotViewerMultiSizeImageSourceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotViewerMultiSizeImageSourceCollection | Initializes a new instance of the PivotViewerMultiSizeImageSourceCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the collection. (Inherited from DependencyObjectCollection<T>.) | |
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) | |
IsReadOnly | Gets a value that indicates whether the collection can be modified. (Inherited from DependencyObjectCollection<T>.) | |
Item | Gets or sets the object at the specified index. (Inherited from DependencyObjectCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified object to the end of the collection. (Inherited from DependencyObjectCollection<T>.) | |
CheckAccess | Determines whether the calling thread has access to this object. (Inherited from DependencyObject.) | |
Clear | Removes all objects from the collection. (Inherited from DependencyObjectCollection<T>.) | |
ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject.) | |
Contains | Gets a value that indicates whether the specified object is in the collection. (Inherited from DependencyObjectCollection<T>.) | |
CopyTo | Copies the objects in the collection to the specified array, starting at the specified index. (Inherited from DependencyObjectCollection<T>.) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) | |
GetEnumerator | Gets an enumerator that iterates through the collection. (Inherited from DependencyObjectCollection<T>.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) | |
IndexOf | Gets the index of the specified object within the collection, or -1 if the object is not in the collection. (Inherited from DependencyObjectCollection<T>.) | |
Insert | Adds the specified object to the collection at the specified index. (Inherited from DependencyObjectCollection<T>.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) | |
Remove | Removes the specified object from the collection. (Inherited from DependencyObjectCollection<T>.) | |
RemoveAt | Removes the object at the specified index from the collection. (Inherited from DependencyObjectCollection<T>.) | |
SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | Occurs when items in the collection are added, removed, or replaced. (Inherited from DependencyObjectCollection<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | Copies the objects in the collection to the specified array, starting at the specified index. (Inherited from DependencyObjectCollection<T>.) | |
ICollection.Count | Gets the number of objects in the collection. (Inherited from DependencyObjectCollection<T>.) | |
ICollection.IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread safe). (Inherited from DependencyObjectCollection<T>.) | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from DependencyObjectCollection<T>.) | |
IEnumerable.GetEnumerator | Gets an enumerator that iterates through the collection. (Inherited from DependencyObjectCollection<T>.) | |
IList.Add | Adds the specified object to the end of the collection. (Inherited from DependencyObjectCollection<T>.) | |
IList.Clear | Removes all objects from the collection. (Inherited from DependencyObjectCollection<T>.) | |
IList.Contains | Gets a value that indicates whether the specified object is in the collection. (Inherited from DependencyObjectCollection<T>.) | |
IList.IndexOf | Gets the index of the specified object within the collection, or -1 if the object is not in the collection. (Inherited from DependencyObjectCollection<T>.) | |
IList.Insert | Adds the specified object to the collection at the specified index. (Inherited from DependencyObjectCollection<T>.) | |
IList.IsFixedSize | Gets a value that indicates whether the collection allows the addition or removal of objects after creation. (Inherited from DependencyObjectCollection<T>.) | |
IList.IsReadOnly | Gets a value that indicates whether the collection can be modified. (Inherited from DependencyObjectCollection<T>.) | |
IList.Item | Gets or sets the object at the specified index. (Inherited from DependencyObjectCollection<T>.) | |
IList.Remove | Removes the specified object from the collection. (Inherited from DependencyObjectCollection<T>.) | |
IList.RemoveAt | Removes the object at the specified index from the collection. (Inherited from DependencyObjectCollection<T>.) |
Top
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.