Click or drag to resize

AddInAttribute Class

This Attribute marks a class as an importable EasyMap AddIn. It implements System.ComponentMode.Composition.ExportAttribute. For more information about EasyMap Application AddIns see IAddIn.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModel.CompositionExportAttribute
      Easymap.AddInAddInAttribute

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class AddInAttribute : ExportAttribute, 
	IAddInDescription

The AddInAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAddInAttributeInitializes a new instance of the AddInAttribute class
Top
Properties
 NameDescription
Public propertyDescription Description of the AddIn
Public propertyName Name of the AddIn
Top
See Also