MonobjcMonobjc Documented Class Library
RootElement Property
NamespacesMonobjc.FoundationNSXMLDocumentRootElement

Returns the root element of the receiver.

Original signature is '- (NSXMLElement *)rootElement'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSXMLElement RootElement { get; set; }
Public Overridable Property RootElement As NSXMLElement
	Get
	Set
public:
virtual property NSXMLElement^ RootElement {
	NSXMLElement^ get ();
	void set (NSXMLElement^ 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)