SequenceFile.NewEditContext
- 更新时间2025-07-21
- 阅读时长1分钟
SequenceFile.NewEditContext
Syntax
SequenceFile.NewEditContext
Return Value
A reference to a SequenceContext object. Release this reference when you are finished using it.
Purpose
Returns a sequence context that approximates the sequence context TestStand creates when you run a sequence in the sequence file.
Remarks
You can pass the object this method returns as a parameter to the Engine.DisplayBrowseExprDialogEx and Engine.DisplayBrowsePropertyObjectDialog methods.
See Also
Engine.DisplayBrowseExprDialogEx