CNLabeledValue<ValueType>.GetLabeledValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Restituisce
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
- 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
- Attributi