Método IVsWebBrowser.Navigate (UInt32, String)
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int Navigate(
uint dwFlags,
string lpszURL
)
int Navigate(
unsigned int dwFlags,
String^ lpszURL
)
abstract Navigate :
dwFlags:uint32 *
lpszURL:string -> int
Function Navigate (
dwFlags As UInteger,
lpszURL As String
) As Integer
Parâmetros
- dwFlags
[in]
- lpszURL
[in]
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsbrowse.idl:
HRESULT IVsWebBrowser::Navigate(
[in] DWORD dwFlags,
[in] LPCOLESTR lpszURL
);
Consulte também
Interface IVsWebBrowser
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo