CNLabeledValue<ValueType>.FromLabel(String, ValueType) 方法

定义

使用指定的 labelvalue创建新的标记值。

[Foundation.Export("labeledValueWithLabel:value:")]
public static ValueType FromLabel (string label, ValueType value);
static member FromLabel : string * 'ValueType -> 'ValueType

参数

label
String

标签。

此参数可以为 null

value
ValueType

值。

返回

ValueType

新的标记值。

属性

适用于