IVsENCRebuildableProjectCfg2.EnterBreakStateOnPE Method
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: System.UInt32
- pActiveStatements
Type: array<Microsoft.VisualStudio.Shell.Interop.ENC_ACTIVE_STATEMENT[]
- cActiveStatements
Type: System.UInt32
Return Value
Type: System.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.