Nevron .NET Vision
Nevron.Reflection Namespace / NIconAttribute Class
Members


In This Topic
    NIconAttribute Class
    In This Topic
    The NIconAttribute is used to assign an icon to a type
    Object Model
    NIconAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.All, 
       Inherited=True, 
       AllowMultiple=False)>
    Public Class NIconAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As NIconAttribute
    [System.AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public class NIconAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Nevron.Reflection.NIconAttribute

    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