MonobjcMonobjc Documented Class Library
AttributesForPropertyPortWithKey Method (key)
NamespacesMonobjc.QuartzQCPlugInAttributesForPropertyPortWithKey(NSString)

Returns a dictionary that contains strings for the user interface that describe the optional attributes for ports created from properties.

Original signature is '+ (NSDictionary*) attributesForPropertyPortWithKey:(NSString*)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary AttributesForPropertyPortWithKey(
	NSString key
)
Public Shared Function AttributesForPropertyPortWithKey ( _
	key As NSString _
) As NSDictionary
public:
static NSDictionary^ AttributesForPropertyPortWithKey(
	NSString^ key
)
Parameters
key (NSString)
The name of the property.
Return Value
A dictionary that contains key-value pairs for the port’s attributes. The keys must be one or more of the constants defined in “Input and Output Port Attributes.”
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)