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.
Gets a list of debugger types. These are enum properties with metadata key=IsDebugType value=true
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub GetDebugTypes ( _
<OutAttribute> ByRef pbstrDebugTypes As Array _
)
void GetDebugTypes(
out Array pbstrDebugTypes
)
void GetDebugTypes(
[OutAttribute] Array^% pbstrDebugTypes
)
abstract GetDebugTypes :
pbstrDebugTypes:Array byref -> unit
function GetDebugTypes(
pbstrDebugTypes : Array
)
Parameters
pbstrDebugTypes
Type: Array%[out] The list of debugger types. This list contains enumeration properties with the metadata key=IsDebugType value=true.
.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.