次の方法で共有


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

新しいラベル付き値。

属性

適用対象