MonobjcMonobjc Documented Class Library
URLs Property
NamespacesMonobjc.AppKitNSOpenPanelURLs

Returns an array containing the absolute paths of the selected files and directories as URLs.

Original signature is '- (NSArray *)URLs'

Available in Mac OS X v10.0 and later.

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