Add #if !XAMCORE conditional around old binding

This commit is contained in:
Jon Goldberger 2017-09-25 09:46:39 -10:00 коммит произвёл GitHub
Родитель cf5604ae53
Коммит 7b90d75638
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -22290,8 +22290,10 @@ namespace XamCore.AppKit {
[Category, BaseType (typeof (NSApplication))]
partial interface NSRemoteNotifications_NSApplication {
#if !XAMCORE_4_0
[MountainLion, Field ("NSApplicationLaunchUserNotificationKey", "AppKit")]
NSString NSApplicationLaunchUserNotificationKey { get; }
#endif
}
partial interface NSControlTextEditingEventArgs {