Share via


NSDocument.PresentedItemObservedUbiquityAttributes Property

Definition

Gets the set of ubiquity attributes that will generate notifications if they are modified.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet<Foundation.NSString> PresentedItemObservedUbiquityAttributes { [Foundation.Export("observedPresentedItemUbiquityAttributes", ObjCRuntime.ArgumentSemantic.Strong)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("observedPresentedItemUbiquityAttributes", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.PresentedItemObservedUbiquityAttributes : Foundation.NSSet<Foundation.NSString>

Property Value

Implements

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to