PropertyObject.SetTypeFlags
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
PropertyObject.SetTypeFlags
Syntax
PropertyObject.SetTypeFlags( lookupString, options, Flags)
Purpose
Sets the type flags setting of the property the lookupString parameter specifies.
Remarks
Call this method only for PropertyObject objects that are type definitions. Use the PropertyObject.IsTypeDefinition property to determine whether the object is a type definition.
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.
Flags As Long
[In] Specifies the new type flags for the property.
See Also
PropertyObject.DisplayFlagsDialog
PropertyObject.IsTypeDefinition
PropertyObject.SetInstanceDefaultFlags
PropertyObject.SetInstanceOverrideFlags
Thread Safety of the PropertyObject API and TestStand Variables