Idioma

AIFunctionArguments.Context Propriedade

Definição

Obtém ou define contexto adicional associado a esses 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 da propriedade

Comentários

O contexto é um dicionário de pares nome/valor que pode ser usado para armazenar informações arbitrárias para uso por uma implementação AIFunction . O significado desses dados é deixado para o implementador do AIFunction.

Aplica-se a