MonobjcMonobjc Documented Class Library
RemoveDescriptorWithKeyword Method (keyword)
NamespacesMonobjc.FoundationNSAppleEventDescriptorRemoveDescriptorWithKeyword(UInt32)

Removes the receiver’s descriptor identified by the specified keyword.

Original signature is '- (void)removeDescriptorWithKeyword:(AEKeyword)keyword'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveDescriptorWithKeyword(
	uint keyword
)
Public Overridable Sub RemoveDescriptorWithKeyword ( _
	keyword As UInteger _
)
public:
virtual void RemoveDescriptorWithKeyword(
	unsigned int keyword
)
Parameters
keyword (UInt32)
A keyword (a four-character code) that identifies the descriptor to remove.
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)