IVsENCRebuildableProjectCfg2.EnterBreakStateOnPE Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'宣言
Function EnterBreakStateOnPE ( _
    encBreakReason As UInteger, _
    pActiveStatements As ENC_ACTIVE_STATEMENT(), _
    cActiveStatements As UInteger _
) As Integer
'使用
Dim instance As IVsENCRebuildableProjectCfg2
Dim encBreakReason As UInteger
Dim pActiveStatements As ENC_ACTIVE_STATEMENT()
Dim cActiveStatements As UInteger
Dim returnValue As Integer

returnValue = instance.EnterBreakStateOnPE(encBreakReason, _
    pActiveStatements, cActiveStatements)
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
)
function EnterBreakStateOnPE(
    encBreakReason : uint, 
    pActiveStatements : ENC_ACTIVE_STATEMENT[], 
    cActiveStatements : uint
) : int

Parameters

  • pActiveStatements
    Type: []

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsENCRebuildableProjectCfg2 Interface

IVsENCRebuildableProjectCfg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace