Table of Contents

Class IgnoreAttribute

Namespace
Qt
Assembly
Qt.Bridge.CSharp.Api.dll

Excludes a type or member declared in source code from Qt Bridge code generation.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate, AllowMultiple = false)]
public class IgnoreAttribute : Attribute
Inheritance
IgnoreAttribute
Inherited Members

Remarks

Apply this attribute to a type to remove the entire type from the generated surface, or to a constructor, method, property, field, or event to remove only that member. A type-level IncludeAttribute overrides this attribute. Member-level exclusion is local to the annotated member and is not inherited by overrides.