Class IncludeAttribute
- Namespace
- Qt
- Assembly
- Qt.Bridge.CSharp.Api.dll
Explicitly includes a type in Qt Bridge code generation.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface|AttributeTargets.Delegate, AllowMultiple = false)]
public class IncludeAttribute : Attribute
- Inheritance
-
IncludeAttribute
- Inherited Members
Remarks
Use this attribute as a type-level opt-in when a type would otherwise be filtered out, for example by IgnoreTypeAttribute or IgnoreAttribute. This attribute is only valid on types.