NSTextSelectionNavigation.GetTextSelection 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 |
|---|---|
| GetTextSelection(NSTextSelectionGranularity, NSTextSelection) | |
| GetTextSelection(NSTextSelectionGranularity, CGPoint, INSTextLocation) |
GetTextSelection(NSTextSelectionGranularity, NSTextSelection)
[Foundation.Export("textSelectionForSelectionGranularity:enclosingTextSelection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextSelection GetTextSelection(UIKit.NSTextSelectionGranularity selectionGranularity, UIKit.NSTextSelection textSelection);
[<Foundation.Export("textSelectionForSelectionGranularity:enclosingTextSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextSelection : UIKit.NSTextSelectionGranularity * UIKit.NSTextSelection -> UIKit.NSTextSelection
override this.GetTextSelection : UIKit.NSTextSelectionGranularity * UIKit.NSTextSelection -> UIKit.NSTextSelection
Parameters
- selectionGranularity
- NSTextSelectionGranularity
- textSelection
- NSTextSelection
Returns
- Attributes
Applies to
GetTextSelection(NSTextSelectionGranularity, CGPoint, INSTextLocation)
[Foundation.Export("textSelectionForSelectionGranularity:enclosingPoint:inContainerAtLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextSelection? GetTextSelection(UIKit.NSTextSelectionGranularity selectionGranularity, CoreGraphics.CGPoint point, UIKit.INSTextLocation location);
[<Foundation.Export("textSelectionForSelectionGranularity:enclosingPoint:inContainerAtLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextSelection : UIKit.NSTextSelectionGranularity * CoreGraphics.CGPoint * UIKit.INSTextLocation -> UIKit.NSTextSelection
override this.GetTextSelection : UIKit.NSTextSelectionGranularity * CoreGraphics.CGPoint * UIKit.INSTextLocation -> UIKit.NSTextSelection
Parameters
- selectionGranularity
- NSTextSelectionGranularity
- point
- CGPoint
- location
- INSTextLocation
Returns
- Attributes