Browse Sequence Context and Variables Dialog Box

Use the Browse Sequence Context and Variables dialog box to view the structure of a property object. Call the Engine.DisplayBrowsePropertyObjectDialog method to launch the Browse Sequence Context and Variables dialog box. The arguments you pass to the method typically represent an active window and the item currently selected in the window.

The dialog box shows variables and properties you can access and the names that appear depending on the object the dialog is browsing.

The variables and properties you can access at run time differ depending on the state of execution.

Select Copy Property Path to copy the literal string for the selected variable to the system clipboard. You can then paste the string into an expression or into the code for a step module.

See Also

Engine.DisplayBrowsePropertyObjectDialog Method

PropertyObject