IVsDebuggableProtocol::IsProtocolDebuggable Method (String^)
Visual Studio 2015
Indicates whether the specified protocol is debuggable.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- bstrProtocol
-
Type:
System::String^
[in] The protocol to be checked. This parameter can be a full URL.
Return Value
Type: System::Int32The method will return S_OK if the protocol is in the list. Returns S_FALSE if the protocol is not in the list. If the bstrProtocol parameter contains a full URL, the method will return S_OK if the URL starts with a protocol that is in the list.
From vsshell80.idl:
HRESULT IVsDebuggableProtocol::IsProtocolDebuggable(
[in] LPOLESTR bstrProtocol
);
Show: