Share via


NSMutableAttributedStringAppKitAddons.UpdateAttachmentsFromPath Method

Definition

[Foundation.Export("updateAttachmentsFromPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdateAttachmentsFromPath(this Foundation.NSMutableAttributedString This, string path);
[<Foundation.Export("updateAttachmentsFromPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdateAttachmentsFromPath : Foundation.NSMutableAttributedString * string -> unit

Parameters

This
NSMutableAttributedString

The instance on which this method operates.

path
String
Attributes

Applies to