UITextViewDelegate.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(UITextView, NSRange, UIMenuElement[]) | |
| GetEditMenuForText(UITextView, NSValue[], UIMenuElement[]) |
GetEditMenuForText(UITextView, NSRange, UIMenuElement[])
[Foundation.Export("textView:editMenuForTextInRange:suggestedActions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIMenu? GetEditMenuForText(UIKit.UITextView textView, Foundation.NSRange range, UIKit.UIMenuElement[] suggestedActions);
[<Foundation.Export("textView:editMenuForTextInRange:suggestedActions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEditMenuForText : UIKit.UITextView * Foundation.NSRange * UIKit.UIMenuElement[] -> UIKit.UIMenu
override this.GetEditMenuForText : UIKit.UITextView * Foundation.NSRange * UIKit.UIMenuElement[] -> UIKit.UIMenu
Parameters
- textView
- UITextView
- range
- NSRange
- suggestedActions
- UIMenuElement[]
Returns
Implements
- Attributes
Applies to
GetEditMenuForText(UITextView, NSValue[], UIMenuElement[])
[Foundation.Export("textView:editMenuForTextInRanges:suggestedActions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIMenu? GetEditMenuForText(UIKit.UITextView textView, Foundation.NSValue[] ranges, UIKit.UIMenuElement[] suggestedActions);
[<Foundation.Export("textView:editMenuForTextInRanges:suggestedActions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEditMenuForText : UIKit.UITextView * Foundation.NSValue[] * UIKit.UIMenuElement[] -> UIKit.UIMenu
override this.GetEditMenuForText : UIKit.UITextView * Foundation.NSValue[] * UIKit.UIMenuElement[] -> UIKit.UIMenu
Parameters
- textView
- UITextView
- ranges
- NSValue[]
- suggestedActions
- UIMenuElement[]
Returns
Implements
- Attributes