DkmLanguageInstructionAddress.GetStepIntoFlags 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.
Called during a Step-Into to determine special behavior for a particular function.
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
Microsoft::VisualStudio::Debugger::Stepping::DkmLanguageStepIntoFlags GetStepIntoFlags();
public:
Microsoft::VisualStudio::Debugger::Stepping::DkmLanguageStepIntoFlags GetStepIntoFlags();
Microsoft::VisualStudio::Debugger::Stepping::DkmLanguageStepIntoFlags GetStepIntoFlags();
public Microsoft.VisualStudio.Debugger.Stepping.DkmLanguageStepIntoFlags GetStepIntoFlags ();
member this.GetStepIntoFlags : unit -> Microsoft.VisualStudio.Debugger.Stepping.DkmLanguageStepIntoFlags
Public Function GetStepIntoFlags () As DkmLanguageStepIntoFlags
Returns
[Out] Flags which describe how to proceed with a Step-Into action.