JournalEntry.Source 属性

定义

获取或设置导航到的内容的 URI。

public:
 property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
public Uri Source { get; set; }
member this.Source : Uri with get, set
Public Property Source As Uri

属性值

Uri

导航到的内容的 URI,如果条目没有关联任何 URI,则为 null

适用于