ContextItemManager.SetValue(ContextItem) Method

Definition

When overridden in a derived class, sets a context item to the specified value.

C#
public abstract void SetValue(System.Activities.Presentation.ContextItem value);

Parameters

value
ContextItem

The value to set into the ContextItem.

Remarks

Do not pass a null value. To set a ContextItem to an empty value, create an instance of the item using a parameterless constructor.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1