ArcFM Desktop Developer Guide
InstantHandleAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
Tells code analysis engine if the parameter is completely handled when the invoked method is on stack. If the parameter is a delegate, indicates that delegate is executed while the method is executed. If the parameter is an enumerable, indicates that it is enumerated while the method is executed
Object Model
InstantHandleAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class InstantHandleAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As InstantHandleAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class InstantHandleAttribute : System.Attribute 
Inheritance Hierarchy

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

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

InstantHandleAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment