Share via


DWebBrowserEvents2.NavigateError Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WinForms
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Sub NavigateError ( _
    pDisp As Object, _
    ByRef URL As Object, _
    ByRef frame As Object, _
    ByRef statusCode As Object, _
    <OutAttribute> ByRef cancel As Boolean _
)
void NavigateError(
    Object pDisp,
    ref Object URL,
    ref Object frame,
    ref Object statusCode,
    out bool cancel
)
void NavigateError(
    [InAttribute] Object^ pDisp, 
    [InAttribute] Object^% URL, 
    [InAttribute] Object^% frame, 
    [InAttribute] Object^% statusCode, 
    [InAttribute] [OutAttribute] bool% cancel
)
abstract NavigateError : 
        pDisp:Object * 
        URL:Object byref * 
        frame:Object byref * 
        statusCode:Object byref * 
        cancel:bool byref -> unit
function NavigateError(
    pDisp : Object, 
    URL : Object, 
    frame : Object, 
    statusCode : Object, 
    cancel : boolean
)

Parameters

.NET Framework Security

See Also

Reference

DWebBrowserEvents2 Interface

Microsoft.TeamFoundation.Controls.WinForms Namespace