Share via


AIFunctionArguments.Context Property

Definition

Gets or sets additional context associated with these arguments.

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Context { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<object,object?>? Context { get; set; }
member this.Context : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public Property Context As IDictionary(Of Object, Object)

Property Value

Remarks

The context is a dictionary of name/value pairs that can be used to store arbitrary information for use by an AIFunction implementation. The meaning of this data is left up to the implementer of the AIFunction.

Applies to