AIFunctionArguments.Context Propriedade

Definição

Obtém ou define contexto adicional associado a estes 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 Propriedade

Observações

O contexto é um dicionário de pares nome/valor que podem ser usados para armazenar informação arbitrária para uso por uma AIFunction implementação. O significado destes dados fica ao critério do implementador do AIFunction.

Aplica-se a