MonobjcMonobjc Documented Class Library
ParamDescriptorForKeyword Method (keyword)
NamespacesMonobjc.FoundationNSAppleEventDescriptorParamDescriptorForKeyword(UInt32)

Returns a descriptor for the receiver’s Apple event parameter identified by the specified keyword.

Original signature is '- (NSAppleEventDescriptor *)paramDescriptorForKeyword:(AEKeyword)keyword'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAppleEventDescriptor ParamDescriptorForKeyword(
	uint keyword
)
Public Overridable Function ParamDescriptorForKeyword ( _
	keyword As UInteger _
) As NSAppleEventDescriptor
public:
virtual NSAppleEventDescriptor^ ParamDescriptorForKeyword(
	unsigned int keyword
)
Parameters
keyword (UInt32)
A keyword (a four-character code) that identifies the parameter descriptor to obtain.
Return Value
A descriptor for the specified keyword, or nil if an error occurs.
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.Foundation (Module: Monobjc.Foundation)