[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents information about an application that is configured for out-of-browser support.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public NotInheritable Class ApplicationIdentity _
Inherits DependencyObject
Dim instance As ApplicationIdentity
public sealed class ApplicationIdentity : DependencyObject
XAML Object Element Usage
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Deployment.Parts>
</Deployment.Parts>
<Deployment.ApplicationIdentity>
applicationIdentity
</Deployment.ApplicationIdentity>
</Deployment>
XAML Values
- applicationIdentity
An ApplicationIdentity property element. All ApplicationIdentity properties are required as child property elements except for the Icons property. If no icons are specified, default ones are used.
System..::.Object
System.Windows..::.DependencyObject
System.Windows..::.ApplicationIdentity
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