PackageRelationshipSelector.SourceUri 属性
定义
获取指定给 Uri 构造函数、作为关系所有者的根包 URI ("/") 或部分 PackageRelationshipSelector(Uri, PackageRelationshipSelectorType, String)。Gets the root package URI ("/") or part Uri specified to the PackageRelationshipSelector(Uri, PackageRelationshipSelectorType, String) constructor as the owner of the relationship.
public:
property Uri ^ SourceUri { Uri ^ get(); };
public Uri SourceUri { get; }
member this.SourceUri : Uri
Public ReadOnly Property SourceUri As Uri
属性值
指定给 Uri 构造函数、作为关系所有者的根包 URI ("/") 或部分 PackageRelationshipSelector(Uri, PackageRelationshipSelectorType, String)。The root package URI ("/") or part Uri specified to the PackageRelationshipSelector(Uri, PackageRelationshipSelectorType, String) constructor as the owner of the relationship.