CNLabeledValue<ValueType>.GetLabeledValue Metodo

Definizione

Overload

GetLabeledValue(String)

Restituisce un valore per un'etichetta.

GetLabeledValue(ValueType)

Restituisce un valore per un'etichetta.

GetLabeledValue(String, ValueType)

Restituisce un valore per un'etichetta, con l'identificatore corrente.

GetLabeledValue(String)

Restituisce un valore per un'etichetta.

[Foundation.Export("labeledValueBySettingLabel:")]
public virtual ValueType GetLabeledValue (string label);
abstract member GetLabeledValue : string -> 'ValueType
override this.GetLabeledValue : string -> 'ValueType

Parametri

label
String

Etichetta per cui recuperare il valore.

Questo parametro può essere null.

Restituisce

ValueType

Valore.

Attributi

Si applica a

GetLabeledValue(ValueType)

Restituisce un valore per un'etichetta.

[Foundation.Export("labeledValueBySettingValue:")]
public virtual ValueType GetLabeledValue (ValueType value);
abstract member GetLabeledValue : 'ValueType -> 'ValueType
override this.GetLabeledValue : 'ValueType -> 'ValueType

Parametri

value
ValueType

Etichetta per cui recuperare il valore etichettato.

Restituisce

ValueType
Attributi

Si applica a

GetLabeledValue(String, ValueType)

Restituisce un valore per un'etichetta, con l'identificatore corrente.

[Foundation.Export("labeledValueBySettingLabel:value:")]
public virtual ValueType GetLabeledValue (string label, ValueType value);
abstract member GetLabeledValue : string * 'ValueType -> 'ValueType
override this.GetLabeledValue : string * 'ValueType -> 'ValueType

Parametri

label
String

Etichetta dell'oggetto copiato o null se la proprietà contact manca di un'etichetta.

Questo parametro può essere null.

value
ValueType

Valore copiato.

Restituisce

ValueType
Attributi

Si applica a