AssemblyPart.Source Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the Uri that identifies an assembly as an assembly part.
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> <AssemblyPart Source="string" .../> </Deployment.Parts> </Deployment>
Property Value
Type: System.StringA String that is the assembly, which is identified as an assembly part.
Show: