Método IVsDebuggableProtocol.IsProtocolDebuggable (String)

 

Publicado: abril de 2016

O argumento [in] pode ser uma URL completa.

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

Sintaxe

int IsProtocolDebuggable(
    string bstrProtocol
)
int IsProtocolDebuggable(
    String^ bstrProtocol
)
abstract IsProtocolDebuggable : 
        bstrProtocol:string -> int
Function IsProtocolDebuggable (
    bstrProtocol As String
) As Integer

Parâmetros

  • bstrProtocol
    [in]

Valor de retorno

Type: System.Int32

O método retornará S_OK se a URL começa com um protocolo que está na lista.Retorna S_FALSE se o protocolo não está na lista.

Comentários

COM assinatura

De vsshell80.idl:

HRESULT IVsDebuggableProtocol::IsProtocolDebuggable(
   [in] LPOLESTR bstrProtocol
);

Consulte também

Interface IVsDebuggableProtocol
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo