IOpenServiceActivityInput interface

Represents the input source against which an Accelerator can be executed or previewed.

Members

The IOpenServiceActivityInput interface inherits from the IUnknown interface. IOpenServiceActivityInput also has these types of members:

  • Methods

Methods

The IOpenServiceActivityInput interface has these methods.

Method Description
GetType

Retrieves a content type from the input context.

GetVariable

Retrieves the value of the specified variable.

HasVariable

Determines whether the input can provide the variable.

 

Remarks

An Accelerator reads values from an HTML document, text selection, or link object through this interface. The input context provides named variables that an Accelerator can use to perform its work.

Requirements

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Openservice.h

IDL

Openservice.idl

DLL

Ieframe.dll

See also

IOpenServiceActivityOutputContext