CNLabeledValue<ValueType>.GetLabeledValue 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.
Overloads
| Name | Description |
|---|---|
| GetLabeledValue(String) | |
| GetLabeledValue(ValueType) | |
| GetLabeledValue(String, ValueType) |
GetLabeledValue(String)
[Foundation.Export("labeledValueBySettingLabel:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ValueType GetLabeledValue(string? label);
[<Foundation.Export("labeledValueBySettingLabel:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLabeledValue : string -> 'ValueType
override this.GetLabeledValue : string -> 'ValueType
Parameters
- label
- String
Returns
ValueType
- Attributes
Applies to
GetLabeledValue(ValueType)
[Foundation.Export("labeledValueBySettingValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ValueType GetLabeledValue(ValueType value);
[<Foundation.Export("labeledValueBySettingValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLabeledValue : 'ValueType -> 'ValueType
override this.GetLabeledValue : 'ValueType -> 'ValueType
Parameters
- value
- ValueType
Returns
ValueType
- Attributes
Applies to
GetLabeledValue(String, ValueType)
[Foundation.Export("labeledValueBySettingLabel:value:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ValueType GetLabeledValue(string? label, ValueType value);
[<Foundation.Export("labeledValueBySettingLabel:value:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLabeledValue : string * 'ValueType -> 'ValueType
override this.GetLabeledValue : string * 'ValueType -> 'ValueType
Parameters
- label
- String
- value
- ValueType
Returns
ValueType
- Attributes