Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes the indicated protocol from the debuggable protocol list.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function RemoveDebuggableProtocol ( _
bstrProtocol As String _
) As Integer
int RemoveDebuggableProtocol(
string bstrProtocol
)
int RemoveDebuggableProtocol(
[InAttribute] String^ bstrProtocol
)
abstract RemoveDebuggableProtocol :
bstrProtocol:string -> int
function RemoveDebuggableProtocol(
bstrProtocol : String
) : int
Parameters
bstrProtocol
Type: String[in] The protocol to be removed from the list
Return Value
Type: Int32
Returns S_OK if removal is successful; returns S_FALSE if removal is unsuccessful (for example, if the protocol is not in the list).
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsDebuggableProtocol::RemoveDebuggableProtocol(
[in] LPOLESTR bstrProtocol
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.