System.Windows Namespace


.NET Framework Class Library for Silverlight
IconCollection Class

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a collection of Icon instances.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class IconCollection _
    Inherits PresentationFrameworkCollection(Of Icon)
Visual Basic (Usage)
Dim instance As IconCollection
C#
public sealed class IconCollection : PresentationFrameworkCollection<Icon>
XAML Implicit Collection Usage
<OutOfBrowserSettings>
  <OutOfBrowserSettings.Icons>
    oneOrMoreIconElements
  </OutOfBrowserSettings.Icons>
</OutOfBrowserSettings>

XAML Values

oneOrMoreIconElements

One or more Icon object elements.

Remarks

This collection is used by the OutOfBrowserSettings..::.Icons property for out-of-browser support.

For more information, see How to: Configure an Application for Out-of-Browser Support.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.PresentationFrameworkCollection<(Of <(Icon>)>)
      System.Windows..::.IconCollection
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.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources

Page view tracker