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