AIFunctionArguments.Context Proprietà

Definizione

Ottiene o imposta un contesto aggiuntivo associato a questi argomenti.

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)

Valore della proprietà

Commenti

Il contesto è un dizionario di coppie nome/valore che possono essere usate per archiviare informazioni arbitrarie da usare da un'implementazione AIFunction . Il significato di questi dati viene lasciato all'implementatore di AIFunction.

Si applica a