AIFunctionArguments.Context プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これらの引数に関連付けられている追加のコンテキストを取得または設定します。
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)
プロパティ値
注釈
コンテキストは、 AIFunction 実装で使用する任意の情報を格納するために使用できる名前と値のペアのディクショナリです。 このデータの意味は、 AIFunctionの実装者に任されています。