IUIDropSession.LoadObjects Method
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.
When implemented by the developer, instantiates every object in the drop session that has the type that is specified by the parameter.
[Foundation.Export("loadObjectsOfClass:completion:")]
[Foundation.Preserve(Conditional=true)]
public Foundation.NSProgress LoadObjects (ObjCRuntime.Class itemProviderReadingClass, Action<Foundation.INSItemProviderReading[]> completion);
abstract member LoadObjects : ObjCRuntime.Class * Action<Foundation.INSItemProviderReading[]> -> Foundation.NSProgress
Parameters
- itemProviderReadingClass
- Class
The class of objects to load.
- completion
- Action<INSItemProviderReading[]>
Handler to run after the objecs are loaded.
Returns
- Attributes