Source Property
Collapse the table of content
Expand the table of content

ExtensionPart.Source Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the file name or URI of the external library package.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Overrides Property Source As Uri
<ExtensionPart Source="string" />

Property Value

Type: System.Uri
The file name or URI of the external library package.

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.

NoteNote:

Files identified by URI must be on the same domain as the .xap file or on a domain with a cross-domain policy file.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft