[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)
Visual Basic (Declaration)
Public NotInheritable Class IconCollection _
Inherits PresentationFrameworkCollection(Of Icon)
Dim instance As IconCollection
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.
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.
System..::.Object
System.Windows..::.DependencyObject
System.Windows..::.PresentationFrameworkCollection<(Of <(Icon>)>)
System.Windows..::.IconCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources