ObjectModelRoot.CurrentFile 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.
Gets the current <seealso cref="T:Microsoft.PowerShell.Host.ISE.ISEFile"></seealso> associated with this host object.
public:
property Microsoft::PowerShell::Host::ISE::ISEFile ^ CurrentFile { Microsoft::PowerShell::Host::ISE::ISEFile ^ get(); };
public Microsoft.PowerShell.Host.ISE.ISEFile CurrentFile { get; }
member this.CurrentFile : Microsoft.PowerShell.Host.ISE.ISEFile
Public ReadOnly Property CurrentFile As ISEFile