IVsENCRebuildableProjectCfg2.EnterBreakStateOnPE Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EnterBreakStateOnPE(System::UInt32 encBreakReason, cli::array <Microsoft::VisualStudio::Shell::Interop::ENC_ACTIVE_STATEMENT> ^ pActiveStatements, System::UInt32 cActiveStatements);
int EnterBreakStateOnPE(unsigned int encBreakReason, std::Array <Microsoft::VisualStudio::Shell::Interop::ENC_ACTIVE_STATEMENT> const & pActiveStatements, unsigned int cActiveStatements);
public int EnterBreakStateOnPE (uint encBreakReason, Microsoft.VisualStudio.Shell.Interop.ENC_ACTIVE_STATEMENT[] pActiveStatements, uint cActiveStatements);
abstract member EnterBreakStateOnPE : uint32 * Microsoft.VisualStudio.Shell.Interop.ENC_ACTIVE_STATEMENT[] * uint32 -> int
Public Function EnterBreakStateOnPE (encBreakReason As UInteger, pActiveStatements As ENC_ACTIVE_STATEMENT(), cActiveStatements As UInteger) As Integer
Parameters
- encBreakReason
- UInt32
- pActiveStatements
- ENC_ACTIVE_STATEMENT[]
- cActiveStatements
- UInt32