Click or drag to resize

ExtensionInfo Properties

The ExtensionInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets/Sets the Extension Attributes
Public propertyClass
Gets/Sets the implementing class name.
Public propertyComponentID
The component ID of the extension
Public propertyEventCategories
The event categories that this extension supports
Public propertyEventsHandled
The semi-colon separated list of extension event handlers for this extension.
Public propertyExtension
Gets/Sets the IExtension object.
Public propertyExtID
The extension's ID as stored in metadata
Public propertyName
Returns the name of the extension
Public propertyPriority
Gets/sets the extension's priority. Note that a higher number causes the extension to fire earlier.
Public propertyProperties
Extension properties
Public propertyTextItems
Extension Text items
Public propertyVersion
The EAP scaled version for the extension.
Top
See Also