UISegmentedControl.GetAction(UIntPtr) 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.
[Foundation.Export("actionForSegmentAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIAction? GetAction(UIntPtr segment);
[<Foundation.Export("actionForSegmentAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAction : unativeint -> UIKit.UIAction
override this.GetAction : unativeint -> UIKit.UIAction
Parameters
- segment
-
UIntPtr
unativeint
Returns
- Attributes