UIElementCollection Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The UIElementCollection type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Count Gets the number of elements contained in the PresentationFrameworkCollection<T>. (Inherited from PresentationFrameworkCollection<T>.)
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone IsFixedSize Gets a value indicating whether the PresentationFrameworkCollection<T> has a fixed size. (Inherited from PresentationFrameworkCollection<T>.)
Public propertySupported by Silverlight for Windows Phone IsReadOnly Gets a value indicating whether the PresentationFrameworkCollection<T> is read-only. (Inherited from PresentationFrameworkCollection<T>.)
Public propertySupported by Silverlight for Windows Phone IsSynchronized Gets a value indicating whether access to the PresentationFrameworkCollection<T> is synchronized (thread safe). (Inherited from PresentationFrameworkCollection<T>.)
Public propertySupported by Silverlight for Windows Phone Item Gets or sets the element at the specified index. (Inherited from PresentationFrameworkCollection<T>.)
Public propertySupported by Silverlight for Windows Phone SyncRoot Gets an object that can be used to synchronize access to the PresentationFrameworkCollection<T> . (Inherited from PresentationFrameworkCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows Phone IList.Item Gets or sets the element at the specified index. (Inherited from PresentationFrameworkCollection<T>.)

Top