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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.