MonobjcMonobjc Documented Class Library
AttributeDescriptorForKeyword Method (keyword)
NamespacesMonobjc.FoundationNSAppleEventDescriptorAttributeDescriptorForKeyword(UInt32)

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

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

Available in Mac OS X v10.0 and later.

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