IPrompt<T> 接口

定义

提示及其关联的识别器接口。

public interface IPrompt<T> where T : class
type IPrompt<'T (requires 'T : null)> = interface
Public Interface IPrompt(Of T)

类型参数

T

窗体状态。

派生

注解

此接口允许采用 \ref patterns 表达式,并将其转换为填充模板部件的字符串。

属性

Annotation

提示的说明及其生成方式。

Recognizer

关联的识别器(如果有)。

方法

Prompt(T, IField<T>, Object[])

返回发送给用户的提示。

适用于