INSFilePresenter.PresentedItemURL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the T:Monotouch.Foundation.NSUrl specifying the file or directory of interest.
[Foundation.Preserve(Conditional=true)]
public Foundation.NSUrl PresentedItemURL { [Foundation.Export("presentedItemURL", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.PresentedItemURL : Foundation.NSUrl
Property Value
The T:Monotouch.Foundation.NSUrl specifying the file or directory of interest.
- Attributes
Remarks
Implementations of this method must be thread-safe.