AIFunctionArguments.Context Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.