Share via


NSSpeechSynthesizer.SetObjectforProperty(NSObject, String, NSError) Method

Definition

[Foundation.Export("setObject:forProperty:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SetObjectforProperty(Foundation.NSObject theObject, string property, out Foundation.NSError outError);
[<Foundation.Export("setObject:forProperty:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetObjectforProperty : Foundation.NSObject * string * NSError -> bool
override this.SetObjectforProperty : Foundation.NSObject * string * NSError -> bool

Parameters

theObject
NSObject
property
String
outError
NSError

Returns

Attributes

Applies to