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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Function EnterBreakStateOnPE ( _
encBreakReason As UInteger, _
pActiveStatements As ENC_ACTIVE_STATEMENT(), _
cActiveStatements As UInteger _
) As Integer
int EnterBreakStateOnPE(
uint encBreakReason,
ENC_ACTIVE_STATEMENT[] pActiveStatements,
uint cActiveStatements
)
int EnterBreakStateOnPE(
[InAttribute] unsigned int encBreakReason,
[InAttribute] array<ENC_ACTIVE_STATEMENT>^ pActiveStatements,
[InAttribute] unsigned int cActiveStatements
)
abstract EnterBreakStateOnPE :
encBreakReason:uint32 *
pActiveStatements:ENC_ACTIVE_STATEMENT[] *
cActiveStatements:uint32 -> int
function EnterBreakStateOnPE(
encBreakReason : uint,
pActiveStatements : ENC_ACTIVE_STATEMENT[],
cActiveStatements : uint
) : int
Parameters
- encBreakReason
Type: UInt32
- pActiveStatements
Type: array<Microsoft.VisualStudio.Shell.Interop.ENC_ACTIVE_STATEMENT[]
- cActiveStatements
Type: UInt32
Return Value
Type: Int32
.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.