Share via


ContextValuesRead Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Implements the ContextValuesRead method of the IPipelineComponentDescription interface.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)

Syntax

'Declaration
Public Overridable Function ContextValuesRead As Object
'Usage
Dim instance As QueryCatalogInfoClass
Dim returnValue As Object

returnValue = instance.ContextValuesRead()
public virtual Object ContextValuesRead()
public:
virtual Object^ ContextValuesRead()
public function ContextValuesRead() : Object

Return Value

Type: System..::.Object
An array of objects containing context dictionary key strings. These keys are read by the Execute method of the pipeline component.

Remarks

This method identifies the keys and values that a component reads from the Context Dictionary.

These keys are read by the Execute method of the pipeline component.

Permissions

See Also

Reference

QueryCatalogInfoClass Class

QueryCatalogInfoClass Members

Microsoft.CommerceServer.Catalog Namespace