INSFilePresenter.PresentedItemURL Property

Definition

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.

Applies to