EditArgs.AsPropertyObject
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
EditArgs.AsPropertyObject
Syntax
EditArgs.AsPropertyObject
Return Value
Purpose
Returns the underlying PropertyObject that represents the EditArgs object.
Remarks
Use the PropertyObject class to modify, add, or remove the custom properties of the object.
Do not use this method to remove or modify the dynamic properties TestStand already provides for EditArgs objects. Instead, use any of the other methods of the EditArgs class to remove or modify the dynamic properties.