INatAutoPlugIns

This document covers the following topics:


Purpose

Collection of the currently installed plug-ins.

Properties

The following properties are available:

Parent

Used to navigate to the parent interface of this interface.

Natural Data Format Variant Type Remark
HANDLE OF OBJECT VT_DISPATCH (INatAutoStudio) Get only

Studio

Used to navigate to the root interface.

Natural Data Format Variant Type Remark
HANDLE OF OBJECT VT_DISPATCH (INatAutoStudio) Get only

Count

The number of installed plug-ins.

Natural Data Format Variant Type Remark
I4 VT_I4 Get only

Methods

The following method is available:

Item

Returns a specific plug-in from the collection.

Parameters

Name Natural Data Format Variant Type Remark
Return value HANDLE OF OBJECT VT_DISPATCH (INatAutoPlugIn)  
Index

I4
A

VT_I4
VT_BSTR

 
Return value

The plug-in identified by the value specified in Index.

Index

Identifies a specific plug-in in the collection. This can be either the index of the plug-in in the collection (a value between 1 and Count) or the Plug-in ID (the value of the ID property of the corresponding INatAutoPlugIn object).