IVsDebuggableProtocol.RemoveDebuggableProtocol(String) Method

Definition

Removes the indicated protocol from the debuggable protocol list.

public:
 int RemoveDebuggableProtocol(System::String ^ bstrProtocol);
public:
 int RemoveDebuggableProtocol(Platform::String ^ bstrProtocol);
int RemoveDebuggableProtocol(std::wstring const & bstrProtocol);
public int RemoveDebuggableProtocol (string bstrProtocol);
abstract member RemoveDebuggableProtocol : string -> int
Public Function RemoveDebuggableProtocol (bstrProtocol As String) As Integer

Parameters

bstrProtocol
String

[in] The protocol to be removed from the list

Returns

Returns S_OK if removal is successful; returns S_FALSE if removal is unsuccessful (for example, if the protocol is not in the list).

Remarks

COM Signature

From vsshell.idl:

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

Applies to