MonobjcMonobjc Documented Class Library
Attributes Property
NamespacesMonobjc.QuartzQCPlugInAttributes

Returns a dictionary that contains strings for the user interface that describe the custom patch.

Original signature is '+ (NSDictionary*) attributes'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary Attributes { get; }
Public Shared ReadOnly Property Attributes As NSDictionary
	Get
public:
static property NSDictionary^ Attributes {
	NSDictionary^ get ();
}
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)