MonobjcMonobjc Documented Class Library
RemoveExportedKey Method (exportedKeyName)
NamespacesMonobjc.QuartzCoreCIFilterGeneratorRemoveExportedKey(NSString)

Removes a key that was previously exported.

Original signature is '- (void)removeExportedKey:(NSString *)exportedKeyName'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveExportedKey(
	NSString exportedKeyName
)
Public Overridable Sub RemoveExportedKey ( _
	exportedKeyName As NSString _
)
public:
virtual void RemoveExportedKey(
	NSString^ exportedKeyName
)
Parameters
exportedKeyName (NSString)
The name of the key you want 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.AppKit (Module: Monobjc.AppKit)