共用方式為


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

已加上標籤的新值。

屬性

適用於