Deployment::Parts Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of assembly parts that are included in the deployment.
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.Parts> zeroOrMoreAssemblyParts </Deployment.Parts> </Deployment>
XAML Values
Property Value
Type: System.Windows::AssemblyPartCollectionThe collection of assembly parts. The default is an empty collection.
Dependency property identifier field: PartsProperty
Show: