IVsDebuggableProtocol::AddDebuggableProtocol Method (String^)
Visual Studio 2015
Adds a protocol to the debuggable protocol list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- bstrProtocol
-
Type:
System::String^
[in] The protocol to add to the list.
Return Value
Type: System::Int32Returns S_OK if add is successful; returns S_FALSE if the addition is unsuccessful.
From vsshell80.idl:
HRESULT IVsDebuggableProtocol::AddDebuggableProtocol(
[in] LPOLESTR bstrProtocol
);
Show: