Método IVsWebBrowserUser.GetCustomURL (UInt32, String)

 

Publicado: abril de 2016

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int GetCustomURL(
    uint nPage,
    out string pbstrURL
)
int GetCustomURL(
    unsigned int nPage,
    [OutAttribute] String^% pbstrURL
)
abstract GetCustomURL : 
        nPage:uint32 *
        pbstrURL:string byref -> int
Function GetCustomURL (
    nPage As UInteger,
    <OutAttribute> ByRef pbstrURL As String
) As Integer

Parâmetros

  • nPage
    [in]
  • pbstrURL
    [out]

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:

[C++]

HRESULT IVsWebBrowserUser::GetCustomURL(
   [in] VSWBCUSTOMURL nPage, 
   [out] BSTR* pbstrURL
);

Consulte também

Interface IVsWebBrowserUser
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo