Meta Data Services Programming
MethodDef Flags Property
This property is a flag that specifies whether the interface member should be visible to Automation queries.
Syntax
object.Flags=(integer)
The Flags property syntax has the following parts.
Part | Description |
---|---|
object | An object expression that evaluates to a MethodDef object. |
integer | Flag values are bit flags, and may be combined to set multiple options. For more information about flag values and descriptions, see the InterfaceMemberFlags Enumeration. |