AssignmentStatementAst.ErrorPosition 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 to report at runtime if there is an error during assignment. This property is never null.
public:
property System::Management::Automation::Language::IScriptExtent ^ ErrorPosition { System::Management::Automation::Language::IScriptExtent ^ get(); };
public System.Management.Automation.Language.IScriptExtent ErrorPosition { get; }
member this.ErrorPosition : System.Management.Automation.Language.IScriptExtent
Public ReadOnly Property ErrorPosition As IScriptExtent