AIFunctionArguments.Context Egenskap

Definition

Hämtar eller anger ytterligare kontext som är associerad med dessa argument.

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)

Egenskapsvärde

Kommentarer

Kontexten är en ordlista med namn/värde-par som kan användas för att lagra godtycklig information för användning av en AIFunction implementering. Innebörden av dessa data lämnas upp till implementeraren för AIFunction.

Gäller för