IScriptExtent.EndScriptPosition 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 end position of the extent. This position is actually 1 character past the end of the extent.
public:
property System::Management::Automation::Language::IScriptPosition ^ EndScriptPosition { System::Management::Automation::Language::IScriptPosition ^ get(); };
public System.Management.Automation.Language.IScriptPosition EndScriptPosition { get; }
member this.EndScriptPosition : System.Management.Automation.Language.IScriptPosition
Public ReadOnly Property EndScriptPosition As IScriptPosition