MonobjcMonobjc Documented Class Library
DescriptorForKeyword Method (keyword)
NamespacesMonobjc.FoundationNSAppleEventDescriptorDescriptorForKeyword(UInt32)

Returns the receiver’s descriptor for the specified keyword.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAppleEventDescriptor DescriptorForKeyword(
	uint keyword
)
Public Overridable Function DescriptorForKeyword ( _
	keyword As UInteger _
) As NSAppleEventDescriptor
public:
virtual NSAppleEventDescriptor^ DescriptorForKeyword(
	unsigned int keyword
)
Parameters
keyword (UInt32)
A keyword (a four-character code) that identifies the 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)