Share via


INSTextAttachmentLayout.GetViewProvider Method

Definition

[Foundation.Export("viewProviderForParentView:location:textContainer:")]
[Foundation.RequiredMember]
[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:")>]
[<Foundation.RequiredMember>]
[<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

Attributes

Applies to