CNLabeledValue<ValueType>.FromLabel(String, ValueType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new labeled value with the specified label
and value
.
[Foundation.Export("labeledValueWithLabel:value:")]
public static ValueType FromLabel (string label, ValueType value);
static member FromLabel : string * 'ValueType -> 'ValueType
Parameters
- value
- ValueType
The value.
Returns
ValueType
A new labeled value.
- Attributes