AIFunctionArguments.Context Propiedad

Definición

Obtiene o establece contexto adicional asociado a estos argumentos.

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)

Valor de propiedad

Comentarios

El contexto es un diccionario de pares nombre-valor que se pueden usar para almacenar información arbitraria para su uso por una AIFunction implementación. El significado de estos datos se deja hasta el implementador de .AIFunction

Se aplica a