UITextViewDelegate_Extensions.GetEditMenuForText 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 |
|---|---|
| GetEditMenuForText(IUITextViewDelegate, UITextView, NSRange, UIMenuElement[]) | |
| GetEditMenuForText(IUITextViewDelegate, UITextView, NSValue[], UIMenuElement[]) |
GetEditMenuForText(IUITextViewDelegate, UITextView, NSRange, UIMenuElement[])
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIMenu? GetEditMenuForText(this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, Foundation.NSRange range, UIKit.UIMenuElement[] suggestedActions);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetEditMenuForText : UIKit.IUITextViewDelegate * UIKit.UITextView * Foundation.NSRange * UIKit.UIMenuElement[] -> UIKit.UIMenu
Parameters
- This
- IUITextViewDelegate
- textView
- UITextView
- range
- NSRange
- suggestedActions
- UIMenuElement[]
Returns
- Attributes
Applies to
GetEditMenuForText(IUITextViewDelegate, UITextView, NSValue[], UIMenuElement[])
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIMenu? GetEditMenuForText(this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, Foundation.NSValue[] ranges, UIKit.UIMenuElement[] suggestedActions);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetEditMenuForText : UIKit.IUITextViewDelegate * UIKit.UITextView * Foundation.NSValue[] * UIKit.UIMenuElement[] -> UIKit.UIMenu
Parameters
- This
- IUITextViewDelegate
- textView
- UITextView
- ranges
- NSValue[]
- suggestedActions
- UIMenuElement[]
Returns
- Attributes