CNLabeledValue<ValueType>.FromLabel(String, ValueType) Método

Definición

Crea un nuevo valor etiquetado con los valores especificados label y value.

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

Parámetros

label
String

Etiqueta.

Este parámetro puede ser null.

value
ValueType

Valor.

Devoluciones

ValueType

Nuevo valor etiquetado.

Atributos

Se aplica a