MonobjcMonobjc Documented Class Library
ValueForInputKey Method (key)
NamespacesMonobjc.QuartzQCPlugInValueForInputKey(NSString)

Returns the current value for an input port.

Original signature is '- (id) valueForInputKey:(NSString*)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ValueForInputKey(
	NSString key
)
Public Overridable Function ValueForInputKey ( _
	key As NSString _
) As Id
public:
virtual Id^ ValueForInputKey(
	NSString^ key
)
Parameters
key (NSString)
The key for the input port you want to check.
Return Value
The value associated with the key or nil if called outside of the execute:atTime:withArguments: method.
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.Quartz (Module: Monobjc.Quartz)