PromptFilterContext Class
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.
Caution
This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.
Base class with data related to prompt rendering.
[System.Obsolete("This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.")]
public abstract class PromptFilterContext
[<System.Obsolete("This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.")>]
type PromptFilterContext = class
Public MustInherit Class PromptFilterContext
- Inheritance
-
PromptFilterContext
- Derived
- Attributes
Properties
Arguments |
Gets the arguments associated with the operation. |
Function |
Gets the KernelFunction with which this filter is associated. |
Metadata |
Gets a dictionary of metadata associated with the operation. |