MonobjcMonobjc Documented Class Library
RangeContainerObject Property
NamespacesMonobjc.FoundationNSScriptExecutionContextRangeContainerObject

Returns the top-level container object for an object specifier (encapsulated in an NSRangeSpecifier object) that represents the first or last element in a range of elements.

Original signature is '- (id)rangeContainerObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id RangeContainerObject { get; set; }
Public Overridable Property RangeContainerObject As Id
	Get
	Set
public:
virtual property Id^ RangeContainerObject {
	Id^ get ();
	void set (Id^ value);
}
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.Foundation (Module: Monobjc.Foundation)