IUIMutableTraits.GetValue 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 |
|---|---|
| GetValue(IUICGFloatTraitDefinition) | |
| GetValue(IUINSIntegerTraitDefinition) |
GetValue(IUICGFloatTraitDefinition)
[Foundation.Export("valueForCGFloatTrait:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetValue(UIKit.IUICGFloatTraitDefinition trait);
[<Foundation.Export("valueForCGFloatTrait:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetValue : UIKit.IUICGFloatTraitDefinition -> System.Runtime.InteropServices.NFloat
override this.GetValue : UIKit.IUICGFloatTraitDefinition -> System.Runtime.InteropServices.NFloat
Parameters
Returns
- Attributes
Applies to
GetValue(IUINSIntegerTraitDefinition)
[Foundation.Export("valueForNSIntegerTrait:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetValue(UIKit.IUINSIntegerTraitDefinition trait);
[<Foundation.Export("valueForNSIntegerTrait:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetValue : UIKit.IUINSIntegerTraitDefinition -> nativeint
override this.GetValue : UIKit.IUINSIntegerTraitDefinition -> nativeint
Parameters
Returns
IntPtr
nativeint
- Attributes