ArcFM Desktop Developer Guide
UsedImplicitlyAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), so this symbol will not be marked as unused (as well as by other usage inspections)
Object Model
UsedImplicitlyAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or  _
    AttributeTargets.Module 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.Parameter Or  _
    AttributeTargets.Delegate Or  _
    AttributeTargets.ReturnValue Or  _
    AttributeTargets.GenericParameter Or  _
    AttributeTargets.All, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class UsedImplicitlyAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As UsedImplicitlyAttribute
[AttributeUsage(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Event | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate | 
    AttributeTargets.ReturnValue | 
    AttributeTargets.GenericParameter | 
    AttributeTargets.All, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class UsedImplicitlyAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Desktop.DesignerExpress.Annotations.UsedImplicitlyAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UsedImplicitlyAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment