Feedback

  • Contents
 

II3IDVariables Interface

Overview

Derived From:        IDispatch

Interface ID:          {81849BFB-39EC-4D08-9A74-CE1C92D2340B}

The interface provides access to a collection of variables defined in the current handler.

Methods

AddNativeTypeVariable

Adds a native typed variable to the variables collection.

AddVariable

Add a variable of the specified type. VariableType can be either a VT_UNKNOWN or VT_DISPATCH pointer to an existing II3IDType or it can be a VT_BSTR with the following format:  <ModuleName>::<TypeName>

Item

Retrieves a variable by its index in the variable collection.

QueryByName

Retrieves a variable by its name in the variable collection.

Properties

Count

Returns the number of items in the collection.

XML

Retrieves an XML document pointer that contains information about the variables.