PropertyObject.GetTypeDefinition
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.GetTypeDefinition
Syntax
PropertyObject.GetTypeDefinition( lookupString, options)
Return Value
Type definition, in the form of a PropertyObject, for the property the lookupString parameter specifies. Release the PropertyObject when you no longer need it.
Purpose
Returns the object that is the type definition for the property the lookupString parameter specifies.
Remarks
Use the PropertyObject.TypeCategory property to determine the type category to which a root type definition belongs.
Parameters
lookupString As String
[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
See Also
Adding and Releasing References
Thread Safety of the PropertyObject API and TestStand Variables