MonobjcMonobjc Documented Class Library
RemoveInputPortForKey Method (key)
NamespacesMonobjc.QuartzQCPlugInRemoveInputPortForKey(NSString)

Removes the input port for a given key.

Original signature is '- (void) removeInputPortForKey:(NSString*)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveInputPortForKey(
	NSString key
)
Public Overridable Sub RemoveInputPortForKey ( _
	key As NSString _
)
public:
virtual void RemoveInputPortForKey(
	NSString^ key
)
Parameters
key (NSString)
The key associated with the port that 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.Quartz (Module: Monobjc.Quartz)