CNLabeledValue<ValueType>.FromLabel(String, ValueType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的 label
和 value
建立新的標籤值。
[Foundation.Export("labeledValueWithLabel:value:")]
public static ValueType FromLabel (string label, ValueType value);
static member FromLabel : string * 'ValueType -> 'ValueType
參數
- value
- ValueType
數值。
傳回
ValueType
已加上標籤的新值。
- 屬性