Nevron .NET Vision
Nevron.UI Namespace / NFlagsEnumFlagAttribute Class
Members


In This Topic
    NFlagsEnumFlagAttribute Class
    In This Topic
    Identifies that the specified enum field
    Object Model
    NFlagsEnumFlagAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Enum Or  _
        AttributeTargets.Field)>
    Public Class NFlagsEnumFlagAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As NFlagsEnumFlagAttribute
    [System.AttributeUsage(AttributeTargets.Enum | 
        AttributeTargets.Field)]
    public class NFlagsEnumFlagAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Nevron.UI.NFlagsEnumFlagAttribute

    Requirements

    Target Platforms: 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