Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Controls.WinForms
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
url As String, _
frame As String, _
statusCode As Integer, _
cancel As Boolean _
)
public WebBrowserNavigateErrorEventArgs(
string url,
string frame,
int statusCode,
bool cancel
)
public:
WebBrowserNavigateErrorEventArgs(
String^ url,
String^ frame,
int statusCode,
bool cancel
)
new :
url:string *
frame:string *
statusCode:int *
cancel:bool -> WebBrowserNavigateErrorEventArgs
public function WebBrowserNavigateErrorEventArgs(
url : String,
frame : String,
statusCode : int,
cancel : boolean
)
Parameters
- url
Type: System.String
- frame
Type: System.String
- statusCode
Type: System.Int32
- 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.