CommandParameterAst.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 error position to use when parameter binding fails. This extent does not include the argument if one was specified, which means this extent is often the same as Extent.
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