IGetContextProperties Interface

The IGetContextProperties interface provides access to context object properties.

Remarks

The header file for the IGetContextProperties interface is mtx.h.

The IGetContextProperties interface exposes the following methods.

Method Description
Count Returns the number of properties associated with the context object.
EnumNames Returns a reference to an enumerator that you can use to iterate through all the context object properties.
GetProperty Returns a context object property.

See Also

Context Objects