共用方式為


WebViewControlNavigationCompletedEventArgs 類別

定義

提供 NavigationCompletedFrameNavigationCompleted 事件的資料。

public ref class WebViewControlNavigationCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlNavigationCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlNavigationCompletedEventArgs
Public NotInheritable Class WebViewControlNavigationCompletedEventArgs
繼承
Object Platform::Object IInspectable WebViewControlNavigationCompletedEventArgs
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

屬性

IsSuccess

取得值,這個值表示巡覽是否已順利完成。

Uri

取得 IWebViewControl 內容的統一資源識別項 (URI) 。

WebErrorStatus

如果流覽失敗,取得指出原因的值。

適用於