IVsDebuggableProtocol::AddDebuggableProtocol Method (String^)

 

Adds a protocol to the debuggable protocol list.

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

int AddDebuggableProtocol(
	String^ bstrProtocol
)

Parameters

bstrProtocol
Type: System::String^

[in] The protocol to add to the list.

Return Value

Type: System::Int32

Returns S_OK if add is successful; returns S_FALSE if the addition is unsuccessful.

From vsshell80.idl:

HRESULT IVsDebuggableProtocol::AddDebuggableProtocol(
   [in] LPOLESTR bstrProtocol
);
Return to top
Show: