CallStackFrame.Position Property
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.
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