MonobjcMonobjc Documented Class Library
SortedPropertyPortKeys Property
NamespacesMonobjc.QuartzQCPlugInSortedPropertyPortKeys

Returns and array of property port keys in the order you want them to appear in the user interface.

Original signature is '+ (NSArray*) sortedPropertyPortKeys'

Available in Mac OS X v10.5 and later.

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