Riferimento al modello a oggetti
In questa sezione viene fornito un riferimento alle classi sottostanti che definiscono i vari oggetti in ISE.
- Oggetto ISEEditor
- Esempi: $psISE.CurrentFile.Editor, $psISE.CurrentPowerShellTab.Output, $psISE.CurrentPowerShellTab.CommandPane.
- Oggetto ISEFile
- Esempi: $psISE.CurrentFile, $psISE.PowerShellTabs.Files[0].
- Oggetto ISEFileCollection
- Esempi: $psISE.PowerShellTabs.Files.
- Oggetto ISEMenuItem
- Esempi: $psISE.CurrentPowerShellTab.AddOnsMenu , $psISE.CurrentPowerShellTab.AddOnsMenu.Submenus[0].
- Oggetto ISEMenuItemCollection
- Esempio: $psISE.CurrentPowerShellTab.AddOnsMenu.Submenus.
- Oggetto ObjectModelRoot
- Esempio: The root $psISE object.
- Oggetto ISEOptions
- Esempi: $psISE.Options, $psISE.Options.DefaultOptions.
- Oggetto PowerShellTab
- Esempi: $psISE.CurrentPowerShellTab, $psISE.PowerShellTabs[0].
- Oggetto PowerShellTabCollection
- Esempio: $psISE.PowerShellTabs.
Vedere anche