Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
.NET Framework Class Library for Silverlight
ApplicationIdentity..::.Icons Property

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

Gets a collection of Icon instances associated with the application.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property Icons As IconCollection
    Get
Visual Basic (Usage)
Dim instance As ApplicationIdentity
Dim value As IconCollection

value = instance.Icons
C#
public IconCollection Icons { get; }
XAML Attribute Usage
<ApplicationIdentity 
  ShortName="shortName" 
  Title="title">
  <ApplicationIdentity.Blurb>
    blurb
  </ApplicationIdentity.Blurb>
  <ApplicationIdentity.Icons>
    <Icon Size="iconSize">iconSource</Icon>
  </ApplicationIdentity.Icons>
</ApplicationIdentity>

Property Value

Type: System.Windows..::.IconCollection
The icons associated with the application.

The Icons collection represents icons of different sizes that the operating system can use to provide shortcuts to the application in out-of-browser mode.

This property is optional. If you do not specify any icons in the application manifest, default icons are used.

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

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker