C++ Attributes: include

Specifies that the arguments be #include'd into the ambient IDL file

Syntax

[
    define_attribute = "include",
    argument_list = "",
    help_string = "Specifies that the arguments be #include'd into the ambient IDL file",
    usage = eAnonymousUsage,
    group = eIDLGroup,
    repeatable = "true",
    shipping = "true",
    variable_args = "true"
];