共用方式為


NavigatingCancelEventArgs.Content 屬性

定義

取得所要巡覽之內容物件的參考。

public:
 property System::Object ^ Content { System::Object ^ get(); };
public object Content { get; }
member this.Content : obj
Public ReadOnly Property Content As Object

屬性值

Object

傳回所要巡覽之內容物件的 Object 參考,否則為 null

備註

您可以使用統一資源識別項流覽至內容, (URI) 或 物件。 巡覽至物件時,會在呼叫 NavigationService.NavigateNavigationService.Navigate 時發生, Content 其中包含所巡覽之內容物件的參考。 此外, Uri 屬性將會是 null

適用於