MonobjcMonobjc Documented Class Library
SetObjectForPropertyError Method (object, property, outError)
NamespacesMonobjc.AppKitNSSpeechSynthesizerSetObjectForPropertyError(Id, NSString, NSError%)

Specifies the value of a receiver’s property.

Original signature is '- (BOOL)setObject:(id)object forProperty:(NSString *)property error:(NSError **)outError'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SetObjectForPropertyError(
	Id object,
	NSString property,
	out NSError outError
)
Public Overridable Function SetObjectForPropertyError ( _
	object As Id, _
	property As NSString, _
	<OutAttribute> ByRef outError As NSError _
) As Boolean
public:
virtual bool SetObjectForPropertyError(
	Id^ object, 
	NSString^ property, 
	[OutAttribute] NSError^% outError
)
Parameters
object (Id)
MISSING
property (NSString)
MISSING
outError (NSError%)
MISSING
Return Value
YES when the speechProperty was set. NO when there was an error, specified in out_error.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)