PowerShellTraceSource.WriteISEDebuggerStepOutEvent(Object[]) 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.
Writes operational ISE debugger step out message.
public:
void WriteISEDebuggerStepOutEvent(... cli::array <System::Object ^> ^ args);
public void WriteISEDebuggerStepOutEvent (params object[] args);
member this.WriteISEDebuggerStepOutEvent : obj[] -> unit
Public Sub WriteISEDebuggerStepOutEvent (ParamArray args As Object())
Parameters
- args
- Object[]