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
)
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.
See Also
Reference
IVsENCRebuildableProjectCfg2 Interface