Foundation.NSItemProvider Members

The members of Foundation.NSItemProvider are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
ErrorDomainNSString. Represents the value associated with the constant NSItemProviderErrorDomain
[read-only]
static
PreferredImageSizeKeyNSString. Represents the value associated with the constant NSItemProviderPreferredImageSizeKey
[read-only]
RegisteredTypeIdentifiersstring[]. Documentation for this section has not yet been entered.

Public Methods

Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
HasItemConformingTo(string) : bool
Documentation for this section has not yet been entered.
LoadItem(string, NSDictionary, Action<NSObject, NSError>)
Documentation for this section has not yet been entered.
LoadPreviewImage(NSDictionary, Action<NSObject, NSError>)
Documentation for this section has not yet been entered.
RegisterItemForTypeIdentifier(string, NSItemProviderLoadHandler)
Documentation for this section has not yet been entered.
SetPreviewImageHandler(NSItemProviderLoadHandler)
Documentation for this section has not yet been entered.