Version

InfragisticsFeatureAttribute Class

Indicates an exposed type or member which was added as part of a new feature.
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or  _
    AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Constructor Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Event Or  _
    AttributeTargets.Interface Or  _
    AttributeTargets.Delegate, 
   AllowMultiple=False, 
   Inherited=False)>
<System.Diagnostics.ConditionalAttribute("DEBUG")>
<System.SerializableAttribute()>
Public Class InfragisticsFeatureAttribute 
   Inherits System.Attribute
[System.AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Event | 
    AttributeTargets.Interface | 
    AttributeTargets.Delegate, 
   AllowMultiple=false, 
   Inherited=false)]
[System.Diagnostics.ConditionalAttribute("DEBUG")]
[System.SerializableAttribute()]
public class InfragisticsFeatureAttribute : System.Attribute 
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub