Share via


NSTextContentStorageDelegate.GetTextParagraph Method

Definition

[Foundation.Export("textContentStorage:textParagraphWithRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextParagraph? GetTextParagraph(UIKit.NSTextContentStorage textContentStorage, Foundation.NSRange range);
[<Foundation.Export("textContentStorage:textParagraphWithRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextParagraph : UIKit.NSTextContentStorage * Foundation.NSRange -> UIKit.NSTextParagraph
override this.GetTextParagraph : UIKit.NSTextContentStorage * Foundation.NSRange -> UIKit.NSTextParagraph

Parameters

textContentStorage
NSTextContentStorage
range
NSRange

Returns

Implements

Attributes

Applies to