UITextSelectionDisplayInteractionDelegate.GetSelectionContainerViewBelowText 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("selectionContainerViewBelowTextForSelectionDisplayInteraction:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView? GetSelectionContainerViewBelowText(UIKit.UITextSelectionDisplayInteraction interaction);
[<Foundation.Export("selectionContainerViewBelowTextForSelectionDisplayInteraction:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSelectionContainerViewBelowText : UIKit.UITextSelectionDisplayInteraction -> UIKit.UIView
override this.GetSelectionContainerViewBelowText : UIKit.UITextSelectionDisplayInteraction -> UIKit.UIView
Parameters
- interaction
- UITextSelectionDisplayInteraction
Returns
Implements
- Attributes