MonobjcMonobjc Documented Class Library
ObjectForPropertyError Method (speechProperty, out_error)
NamespacesMonobjc.AppKitNSSpeechSynthesizerObjectForPropertyError(NSString, NSError%)

Provides the value of a receiver’s property.

Original signature is '- (id)objectForProperty:(NSString *)speechProperty error:(NSError **)out_error'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ObjectForPropertyError(
	NSString speechProperty,
	out NSError out_error
)
Public Overridable Function ObjectForPropertyError ( _
	speechProperty As NSString, _
	<OutAttribute> ByRef out_error As NSError _
) As Id
public:
virtual Id^ ObjectForPropertyError(
	NSString^ speechProperty, 
	[OutAttribute] NSError^% out_error
)
Parameters
speechProperty (NSString)
Property to get.
out_error (NSError%)
On output, error that occurred while obtaining the value of speechProperty.
Return Value
The value of speechProperty.
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)