Método IVsDebuggableProtocol.AddDebuggableProtocol (String)

 

Publicado: abril de 2016

Adiciona um protocolo à lista de protocolos depurável.

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

Sintaxe

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

Parâmetros

  • bstrProtocol
    [in]

Valor de retorno

Type: System.Int32

Retorna S_OK se adicionar for bem-sucedida; Retorna S_FALSE se a adição não for bem-sucedida.

Comentários

COM assinatura

De vsshell80.idl:

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

Consulte também

Interface IVsDebuggableProtocol
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo