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
Public method PivotViewerMultiSizeImageSourceCollection Initializes a new instance of the PivotViewerMultiSizeImageSourceCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of objects in the collection. (Inherited from DependencyObjectCollection<T>.)
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property IsReadOnly Gets a value that indicates whether the collection can be modified. (Inherited from DependencyObjectCollection<T>.)
Public property Item Gets or sets the object at the specified index. (Inherited from DependencyObjectCollection<T>.)

Top

Methods

  Name Description
Public method Add Adds the specified object to the end of the collection. (Inherited from DependencyObjectCollection<T>.)
Public method CheckAccess Determines whether the calling thread has access to this object. (Inherited from DependencyObject.)
Public method Clear Removes all objects from the collection. (Inherited from DependencyObjectCollection<T>.)
Public method ClearValue Clears the local value of a dependency property. (Inherited from DependencyObject.)
Public method Contains Gets a value that indicates whether the specified object is in the collection. (Inherited from DependencyObjectCollection<T>.)
Public method CopyTo Copies the objects in the collection to the specified array, starting at the specified index. (Inherited from DependencyObjectCollection<T>.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method 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.)
Public method GetEnumerator Gets an enumerator that iterates through the collection. (Inherited from DependencyObjectCollection<T>.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.)
Public method 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>.)
Public method Insert Adds the specified object to the collection at the specified index. (Inherited from DependencyObjectCollection<T>.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadLocalValue Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.)
Public method Remove Removes the specified object from the collection. (Inherited from DependencyObjectCollection<T>.)
Public method RemoveAt Removes the object at the specified index from the collection. (Inherited from DependencyObjectCollection<T>.)
Public method SetValue Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event CollectionChanged Occurs when items in the collection are added, removed, or replaced. (Inherited from DependencyObjectCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the objects in the collection to the specified array, starting at the specified index. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property ICollection.Count Gets the number of objects in the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe). (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator that iterates through the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method IList.Add Adds the specified object to the end of the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method IList.Clear Removes all objects from the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method IList.Contains Gets a value that indicates whether the specified object is in the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method 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>.)
Explicit interface implemetationPrivate method IList.Insert Adds the specified object to the collection at the specified index. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property IList.IsFixedSize Gets a value that indicates whether the collection allows the addition or removal of objects after creation. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property IList.IsReadOnly Gets a value that indicates whether the collection can be modified. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property IList.Item Gets or sets the object at the specified index. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method IList.Remove Removes the specified object from the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate method 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.