IVariantAddable Interface
Objects that Implement this Interface share a common interface that defines a way to add variants to a container.
So if a object Implements this interface then you can always talk to it with the IVariantAddable interface methods even if you know nothing about the object.
Note:Interfaces don't actually do anything. A Interface is just a promise of what methods a implementor of a interface will have.
interface IVariantAddable
Methods
Add | Use this method on containers that Implement the IVariantAddable Interface to Add a item to the container. |
[Footnote]
Supported Platforms:
MacOS X CarbonMacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM