WKInterfaceTable.SetRowTypes(String[]) 方法

定义

使用在 中 rowTypes指定其类型的行填充表。

[Foundation.Export("setRowTypes:")]
public virtual void SetRowTypes(string[] rowTypes);
abstract member SetRowTypes : string[] -> unit
override this.SetRowTypes : string[] -> unit

参数

rowTypes
String[]

等于表中的总行数的数组。 这些值是与行控制器类型关联的情节提要标识符 () 。

属性

注解

在填充表之前,此方法将从表中删除任何现有行。

适用于