DkmLanguageInstructionAddress.GetStepIntoFlags Method

Definition

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.

Applies to