OpenFileRequest.File 属性

定义

获取或设置要通过此请求打开的文件。

public:
 property Microsoft::Maui::Storage::ReadOnlyFile ^ File { Microsoft::Maui::Storage::ReadOnlyFile ^ get(); void set(Microsoft::Maui::Storage::ReadOnlyFile ^ value); };
public Microsoft.Maui.Storage.ReadOnlyFile? File { get; set; }
member this.File : Microsoft.Maui.Storage.ReadOnlyFile with get, set
Public Property File As ReadOnlyFile

属性值

适用于