CallStackFrame.Position Property

Definition

The position information for the current position in the frame. Null if the frame is not associated with a script.

public:
 property System::Management::Automation::Language::IScriptExtent ^ Position { System::Management::Automation::Language::IScriptExtent ^ get(); };
public System.Management.Automation.Language.IScriptExtent Position { get; }
member this.Position : System.Management.Automation.Language.IScriptExtent
Public ReadOnly Property Position As IScriptExtent

Property Value

Applies to