INSTextAttachmentLayout.GetViewProvider 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.
[Foundation.Export("viewProviderForParentView:___location:textContainer:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextAttachmentViewProvider? GetViewProvider(AppKit.NSView? parentView, AppKit.INSTextLocation ___location, AppKit.NSTextContainer? textContainer);
[<Foundation.Export("viewProviderForParentView:___location:textContainer:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetViewProvider : AppKit.NSView * AppKit.INSTextLocation * AppKit.NSTextContainer -> AppKit.NSTextAttachmentViewProvider
override this.GetViewProvider : AppKit.NSView * AppKit.INSTextLocation * AppKit.NSTextContainer -> AppKit.NSTextAttachmentViewProvider
Parameters
- parentView
- NSView
- ___location
- INSTextLocation
- textContainer
- NSTextContainer
Returns
- Attributes