Langage

AIFunctionArguments.Context Propriété

Définition

Obtient ou définit un contexte supplémentaire associé à ces 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)

Valeur de propriété

Remarques

Le contexte est un dictionnaire de paires nom/valeur qui peuvent être utilisées pour stocker des informations arbitraires à utiliser par une AIFunction implémentation. La signification de ces données est laissée à l’implémenteur du AIFunction.

S’applique à