IVsDebuggableProtocol::RemoveDebuggableProtocol Method (String^)
Visual Studio 2015
Removes the indicated protocol from the debuggable protocol list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- bstrProtocol
-
Type:
System::String^
[in] The protocol to be removed from the list
Return Value
Type: System::Int32Returns S_OK if removal is successful; returns S_FALSE if removal is unsuccessful (for example, if the protocol is not in the list).
From vsshell.idl:
HRESULT IVsDebuggableProtocol::RemoveDebuggableProtocol(
[in] LPOLESTR bstrProtocol
);
Show: