Método IVsDebuggableProtocol.RemoveDebuggableProtocol (String)

 

Publicado: agosto de 2016

Remove o protocolo indicado na lista protocolo depurável.

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

Sintaxe

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

Parâmetros

  • bstrProtocol
    Type: System.String

    [in] O protocolo a ser removido da lista

Valor de retorno

Type: System.Int32

Retorna S_OK se a remoção foi bem-sucedida; retornará S_FALSE se a remoção for bem-sucedida (por exemplo, se o protocolo não está na lista).

Comentários

COM assinatura

De vsshell.idl:

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

Consulte também

Interface IVsDebuggableProtocol
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo