FileBase(FileBase) Constructor
Definition
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.
Initializes a new instance of the FileBase class from an existing instance.
public:
FileBase(Microsoft::Maui::Storage::FileBase ^ file);
public FileBase(Microsoft.Maui.Storage.FileBase file);
new Microsoft.Maui.Storage.FileBase : Microsoft.Maui.Storage.FileBase -> Microsoft.Maui.Storage.FileBase
Public Sub New (file As FileBase)