InvocationInfo.DisplayScriptPosition 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 for the invocation or error.
public:
property System::Management::Automation::Language::IScriptExtent ^ DisplayScriptPosition { System::Management::Automation::Language::IScriptExtent ^ get(); void set(System::Management::Automation::Language::IScriptExtent ^ value); };
public System.Management.Automation.Language.IScriptExtent DisplayScriptPosition { get; set; }
member this.DisplayScriptPosition : System.Management.Automation.Language.IScriptExtent with get, set
Public Property DisplayScriptPosition As IScriptExtent