MonobjcMonobjc Documented Class Library
SetAttributesForExportedKey Method (attributes, key)
NamespacesMonobjc.QuartzCoreCIFilterGeneratorSetAttributesForExportedKey(NSDictionary, NSString)

Sets a dictionary of attributes for an exported key.

Original signature is '- (void)setAttributes:(NSDictionary *)attributes forExportedKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAttributesForExportedKey(
	NSDictionary attributes,
	NSString key
)
Public Overridable Sub SetAttributesForExportedKey ( _
	attributes As NSDictionary, _
	key As NSString _
)
public:
virtual void SetAttributesForExportedKey(
	NSDictionary^ attributes, 
	NSString^ key
)
Parameters
attributes (NSDictionary)
A dictionary that describes the attributes associated with the specified key.
key (NSString)
The exported key whose attributes you want to set.
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)