KernelFunctionFromMethodOptions.AdditionalMetadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional metadata in addition to the named values already provided in other arguments.
public System.Collections.ObjectModel.ReadOnlyDictionary<string,object?>? AdditionalMetadata { get; init; }
member this.AdditionalMetadata : System.Collections.ObjectModel.ReadOnlyDictionary<string, obj> with get, set
Public Property AdditionalMetadata As ReadOnlyDictionary(Of String, Object)