MonobjcMonobjc Documented Class Library
SetParamDescriptorForKeyword Method (descriptor, keyword)
NamespacesMonobjc.FoundationNSAppleEventDescriptorSetParamDescriptorForKeyword(NSAppleEventDescriptor, UInt32)

Adds a descriptor to the receiver as an Apple event parameter identified by the specified keyword.

Original signature is '- (void)setParamDescriptor:(NSAppleEventDescriptor *)descriptor forKeyword:(AEKeyword)keyword'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetParamDescriptorForKeyword(
	NSAppleEventDescriptor descriptor,
	uint keyword
)
Public Overridable Sub SetParamDescriptorForKeyword ( _
	descriptor As NSAppleEventDescriptor, _
	keyword As UInteger _
)
public:
virtual void SetParamDescriptorForKeyword(
	NSAppleEventDescriptor^ descriptor, 
	unsigned int keyword
)
Parameters
descriptor (NSAppleEventDescriptor)
The parameter descriptor to add to the receiver.
keyword (UInt32)
A keyword (a four-character code) that identifies the parameter descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced.
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)