Deployment.ExternalParts Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of ExternalPart instances that represent the external assemblies required by the app.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"> <Deployment.ExternalParts> oneOrMoreExternalPartElements </Deployment.ExternalParts> </Deployment>
XAML Values
Property Value
Type: System.Windows.ExternalPartCollectionThe collection of external assembly parts. The default is an empty collection.
Dependency property identifier field: ExternalPartsProperty
This property identifies the external library packages that are required by the app, if any.
Show: