2
2
#pragma warning disable 114 // new keyword hiding
3
3
namespace Windows . Storage . Pickers
4
4
{
5
- #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || __MACOS__
5
+ #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || false
6
6
[ global ::Uno . NotImplemented ]
7
7
#endif
8
8
public partial class FileOpenPicker
@@ -93,7 +93,7 @@ public string CommitButtonText
93
93
}
94
94
}
95
95
#endif
96
- #if false || false || NET461 || false || __NETSTD_REFERENCE__ || __MACOS__
96
+ #if false || false || NET461 || false || __NETSTD_REFERENCE__ || false
97
97
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
98
98
public FileOpenPicker ( )
99
99
{
@@ -116,7 +116,7 @@ public void PickMultipleFilesAndContinue()
116
116
global ::Windows . Foundation . Metadata . ApiInformation . TryRaiseNotImplemented ( "Windows.Storage.Pickers.FileOpenPicker" , "void FileOpenPicker.PickMultipleFilesAndContinue()" ) ;
117
117
}
118
118
#endif
119
- #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || __MACOS__
119
+ #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || false
120
120
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
121
121
public global ::Windows . Foundation . IAsyncOperation < global ::Windows . Storage . StorageFile > PickSingleFileAsync ( string pickerOperationId )
122
122
{
@@ -132,14 +132,14 @@ public void PickMultipleFilesAndContinue()
132
132
// Forced skipping of method Windows.Storage.Pickers.FileOpenPicker.CommitButtonText.get
133
133
// Forced skipping of method Windows.Storage.Pickers.FileOpenPicker.CommitButtonText.set
134
134
// Forced skipping of method Windows.Storage.Pickers.FileOpenPicker.FileTypeFilter.get
135
- #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || __MACOS__
135
+ #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || false
136
136
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
137
137
public global ::Windows . Foundation . IAsyncOperation < global ::Windows . Storage . StorageFile > PickSingleFileAsync ( )
138
138
{
139
139
throw new global ::System . NotImplementedException ( "The member IAsyncOperation<StorageFile> FileOpenPicker.PickSingleFileAsync() is not implemented in Uno." ) ;
140
140
}
141
141
#endif
142
- #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || __MACOS__
142
+ #if false || false || NET461 || false || false || __NETSTD_REFERENCE__ || false
143
143
[ global ::Uno . NotImplemented ( "__ANDROID__" , "__IOS__" , "NET461" , "__NETSTD_REFERENCE__" , "__MACOS__" ) ]
144
144
public global ::Windows . Foundation . IAsyncOperation < global ::System . Collections . Generic . IReadOnlyList < global ::Windows . Storage . StorageFile > > PickMultipleFilesAsync ( )
145
145
{
0 commit comments