Share via


NSBindingSelectionMarker.SetDefaultPlaceholder Method

Definition

[Foundation.Export("setDefaultPlaceholder:forMarker:onClass:withBinding:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetDefaultPlaceholder(Foundation.NSObject? placeholder, Foundation.NSBindingSelectionMarker? marker, ObjCRuntime.Class objectClass, string binding);
[<Foundation.Export("setDefaultPlaceholder:forMarker:onClass:withBinding:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetDefaultPlaceholder : Foundation.NSObject * Foundation.NSBindingSelectionMarker * ObjCRuntime.Class * string -> unit

Parameters

placeholder
NSObject
objectClass
Class
binding
String
Attributes

Applies to