AIFunctionArguments.Context Vlastnost

Definice

Získá nebo nastaví další kontext přidružený k těmto 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)

Hodnota vlastnosti

Poznámky

Kontext je slovník párů název/hodnota, které lze použít k uložení libovolných informací pro použití implementací AIFunction . Význam těchto dat je ponechán na implementátoru AIFunction.

Platí pro