[uikit] NSFileProviderMessaging was removed in beta 2. Fixes #58222 (#2552)

reference:
https://bugzilla.xamarin.com/show_bug.cgi?id=58222
This commit is contained in:
Sebastien Pouliot 2017-08-28 10:24:23 -04:00 коммит произвёл GitHub
Родитель ce6ae3ebb9
Коммит c48d6a08d4
1 изменённых файлов: 0 добавлений и 29 удалений

Просмотреть файл

@ -405,35 +405,6 @@ namespace XamCore.UIKit {
[iOS (11,0)]
[Wrap ("FetchThumbnails (itemIdentifiers.GetConstants (), size, perThumbnailCompletionHandler, completionHandler)")]
NSProgress FetchThumbnails (NSFileProviderItemIdentifier [] itemIdentifiers, CGSize size, NSFileProviderExtensionFetchThumbnailsHandler perThumbnailCompletionHandler, Action<NSError> completionHandler);
// From NSFileProviderExtension (NSFileProviderMessaging)
// Missing members -> https://bugzilla.xamarin.com/show_bug.cgi?id=58222
// TODO: NSFileProviderMessageInterfaceName is not bound yet, comes from Foundation
//[iOS (11,0)]
//[Internal]
//[Export ("supportedMessageInterfaceNamesForItemWithIdentifier:")]
//NSFileProviderMessageInterfaceName[] GetSupportedMessageInterfaceNames (NSString identifier);
//[iOS (11,0)]
//[Wrap ("GetSupportedMessageInterfaceNames (identifier.GetConstant ())")]
//NSFileProviderMessageInterfaceName[] GetSupportedMessageInterfaceNames (NSFileProviderItemIdentifier identifier);
// TODO: NSFileProviderMessageInterface is not bound yet, comes from Foundation
//[iOS (11,0)]
//[Export ("protocolForMessageInterface:")]
//Protocol GetProtocol (NSFileProviderMessageInterface messageInterface);
// TODO: NSFileProviderMessageInterface is not bound yet, comes from Foundation
//[iOS (11,0)]
//[Internal]
//[return: NullAllowed]
//[Export ("exportedObjectForMessageInterface:itemIdentifier:error:")]
//NSObject GetExportedObject (NSFileProviderMessageInterface messageInterface, NSString identifier, out NSError error);
//[iOS (11,0)]
//[Wrap ("GetExportedObject (messageInterface, identifier.GetConstant (), out error)")]
//NSObject GetExportedObject (NSFileProviderMessageInterface messageInterface, NSFileProviderItemIdentifier identifier, out NSError error);
#endif
}
#endif // !WATCH