Share via


IVsDebuggableProtocol.AddDebuggableProtocol Method

Adds a protocol to the debuggable protocol list.

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

Syntax

'Declaration
Function AddDebuggableProtocol ( _
    bstrProtocol As String _
) As Integer
int AddDebuggableProtocol(
    string bstrProtocol
)
int AddDebuggableProtocol(
    [InAttribute] String^ bstrProtocol
)
abstract AddDebuggableProtocol : 
        bstrProtocol:string -> int 
function AddDebuggableProtocol(
    bstrProtocol : String
) : int

Parameters

Return Value

Type: System.Int32
Returns S_OK if add is successful; returns S_FALSE if the addition is unsuccessful.

Remarks

COM Signature

From vsshell80.idl:

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

.NET Framework Security

See Also

Reference

IVsDebuggableProtocol Interface

Microsoft.VisualStudio.Shell.Interop Namespace