Item

Form indexer (1 of 2)

通过字段名获取表单的字段。如果找不到该字段,则抛出异常。

public WidgetAnnotation this[string name] { get; }
范围描述
name字段的名称。

返回值

检索字段。

也可以看看


Form indexer (2 of 2)

通过字段索引获取表单的字段。

public WidgetAnnotation this[int index] { get; }
范围描述
index字段索引。

返回值

检索字段。

也可以看看