Share via


NSTextAttachment.GetViewProvider Method

Definition

[Foundation.Export("viewProviderForParentView:location:textContainer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextAttachmentViewProvider? GetViewProvider(UIKit.UIView? parentView, UIKit.INSTextLocation location, UIKit.NSTextContainer? textContainer);
[<Foundation.Export("viewProviderForParentView:location:textContainer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetViewProvider : UIKit.UIView * UIKit.INSTextLocation * UIKit.NSTextContainer -> UIKit.NSTextAttachmentViewProvider
override this.GetViewProvider : UIKit.UIView * UIKit.INSTextLocation * UIKit.NSTextContainer -> UIKit.NSTextAttachmentViewProvider

Parameters

parentView
UIView
location
INSTextLocation
textContainer
NSTextContainer

Returns

Implements

Attributes

Applies to