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

Definição

Cria um novo valor rotulado com o especificado label e value.

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

Parâmetros

label
String

O rótulo.

Esse parâmetro pode ser null.

value
ValueType

O valor.

Retornos

ValueType

Um novo valor rotulado.

Atributos

Aplica-se a