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
- pDisp
Type: System.Object
- URL
Type: System.Object
- frame
Type: System.Object
- statusCode
Type: System.Object
- cancel
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.