NSItemProviderWriting_Extensions.LoadDataAsync Method
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.
LoadDataAsync(INSItemProviderWriting, String) | |
LoadDataAsync(INSItemProviderWriting, String, NSProgress) |
C#
public static System.Threading.Tasks.Task<Foundation.NSData> LoadDataAsync(this Foundation.INSItemProviderWriting This, string typeIdentifier);
static member LoadDataAsync : Foundation.INSItemProviderWriting * string -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
The instance on which this method operates.
- typeIdentifier
- String
Returns
Applies to
Xamarin.Mac SDK 14
Producto | Versiones |
---|---|
Xamarin.Mac SDK | 14 |
C#
public static System.Threading.Tasks.Task<Foundation.NSData> LoadDataAsync(this Foundation.INSItemProviderWriting This, string typeIdentifier, out Foundation.NSProgress result);
static member LoadDataAsync : Foundation.INSItemProviderWriting * string * -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
The instance on which this method operates.
- typeIdentifier
- String
- result
- NSProgress
Returns
Applies to
Xamarin.Mac SDK 14
Producto | Versiones |
---|---|
Xamarin.Mac SDK | 14 |