Share via


NSTextContentStorageDelegate.GetTextParagraph Method

Definition

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

Parameters

textContentStorage
NSTextContentStorage
range
NSRange

Returns

Implements

Attributes

Applies to