MonobjcMonobjc Documented Class Library
RegisteredObjects Property
NamespacesMonobjc.CoreDataNSManagedObjectContextRegisteredObjects

Returns the set of objects registered with the receiver.

Original signature is '- (NSSet *)registeredObjects'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSet RegisteredObjects { get; }
Public Overridable ReadOnly Property RegisteredObjects As NSSet
	Get
public:
virtual property NSSet^ RegisteredObjects {
	NSSet^ 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.AppKit (Module: Monobjc.AppKit)