PackageRelationship.SourceUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the URI of the package or part that owns the relationship.
public:
property Uri ^ SourceUri { Uri ^ get(); };
public Uri SourceUri { get; }
member this.SourceUri : Uri
Public ReadOnly Property SourceUri As Uri
Property Value
The URI of the Package or PackagePart that owns the relationship.
Remarks
If the relationship is owned by a Package, SourceUri returns a URI of "/".
If the relationship is owned by a PackagePart, SourceUri returns the URI of the part.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.