Represents a zip file containing assemblies used by application library caching.
Public NotInheritable Class ExtensionPart _ Inherits ExternalPart
public sealed class ExtensionPart : ExternalPart
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" ...> <Deployment.ExternalParts> <ExtensionPart Source="string" /> </Deployment.ExternalParts> </Deployment>
The ExtensionPart type exposes the following members.
This class identifies entries in the Deployment..::.ExternalParts collection that represent external library packages required by an application at startup.
The Source property indicates the name of an application library package or an absolute URI that identifies an application library package. Files identified by name only are retrieved from the same server location as the .xap file.
For more information, see How to: Use Application Library Caching.
Files identified by URI must be on the same domain as the .xap file or on a domain with a cross-domain policy file. For more information, see HTTP Communication and Security with Silverlight.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.