NavigatingCancelEventArgs.Content 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所要巡覽之內容物件的參考。
public:
property System::Object ^ Content { System::Object ^ get(); };
public object Content { get; }
member this.Content : obj
Public ReadOnly Property Content As Object
屬性值
傳回所要巡覽之內容物件的 Object 參考,否則為 null
。
備註
您可以使用統一資源識別項流覽至內容, (URI) 或 物件。 巡覽至物件時,會在呼叫 NavigationService.Navigate 和 NavigationService.Navigate 時發生, Content 其中包含所巡覽之內容物件的參考。 此外, Uri 屬性將會是 null
。