ArcFM Responder Mobile Developer Guide
ComponentCategoryAttribute Class
Members 






Summary description for ComCategory. Registers or unregisters a class to the ComponentCategoryAttribute component category. Esri category.
Object Model
ComponentCategoryAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=True, 
   Inherited=True)>
<System.CLSCompliantAttribute(False)>
Public Class ComponentCategoryAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As ComponentCategoryAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=true, 
   Inherited=true)]
[System.CLSCompliant(false)]
public class ComponentCategoryAttribute : System.Attribute 
public class ComponentCategoryAttribute = class(System.Attribute)
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=, 
   Inherited=)
System.CLSCompliantAttribute()
public class ComponentCategoryAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=true, 
   Inherited=true)]
[System.CLSCompliant(false)]
public __gc class ComponentCategoryAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=true, 
   Inherited=true)]
[System.CLSCompliant(false)]
public ref class ComponentCategoryAttribute : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.ComCategories.ComponentCategoryAttribute

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

Reference

ComponentCategoryAttribute Members
Miner.ComCategories Namespace

Send Feedback