StorageFile
StorageFile()
Attributes
ContentType
DateCreated
DisplayName
DisplayType
FileType
FolderRelativeId
HasUnwrappableNativeObjectReference
IsAvailable
Name
Path
Properties
Provider
As<I>()
CopyAndReplaceAsync(IStorageFile)
CopyAsync(IStorageFolder)
CopyAsync(IStorageFolder, String)
CopyAsync(IStorageFolder, String, NameCollisionOption)
CreateStreamedFileAsync(String, StreamedFileDataRequestedHandler, IRandomAccessStreamReference)
CreateStreamedFileFromUriAsync(String, Uri, IRandomAccessStreamReference)
DeleteAsync()
DeleteAsync(StorageDeleteOption)
Equals(Object)
Equals(StorageFile)
FromAbi(nint)
GetBasicPropertiesAsync()
GetFileFromApplicationUriAsync(Uri)
GetFileFromPathAsync(String)
GetFileFromPathForUserAsync(User, String)
GetHashCode()
GetParentAsync()
GetScaledImageAsThumbnailAsync(ThumbnailMode)
GetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32)
GetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)
GetThumbnailAsync(ThumbnailMode)
GetThumbnailAsync(ThumbnailMode, UInt32)
GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)
IsEqual(IStorageItem)
IsOfType(StorageItemTypes)
IsOverridableInterface(Guid)
MoveAndReplaceAsync(IStorageFile)
MoveAsync(IStorageFolder)
MoveAsync(IStorageFolder, String)
MoveAsync(IStorageFolder, String, NameCollisionOption)
OpenAsync(FileAccessMode)
OpenAsync(FileAccessMode, StorageOpenOptions)
OpenReadAsync()
OpenSequentialReadAsync()
OpenTransactedWriteAsync()
OpenTransactedWriteAsync(StorageOpenOptions)
RenameAsync(String)
RenameAsync(String, NameCollisionOption)
ReplaceWithStreamedFileAsync(IStorageFile, StreamedFileDataRequestedHandler, IRandomAccessStreamReference)
ReplaceWithStreamedFileFromUriAsync(IStorageFile, Uri, IRandomAccessStreamReference)
operator !=(StorageFile, StorageFile)
operator ==(StorageFile, StorageFile)
net11.0-windows10.0.22621
namespace Windows.Storage
{
[SupportedOSPlatform("Windows10.0.10240.0")]
public sealed class StorageFile : ?, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem, IStorageItem2, IStorageItemProperties, IStorageItemProperties2, IStorageItemPropertiesWithProvider, IInputStreamReference, IRandomAccessStreamReference
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This type or method is a private implementation detail, and it's only meant to be consumed by generated projections (produced by 'cswinrt.exe') and by generated interop code (produced by 'cswinrtinteropgen.exe'). Private implementation detail types are not considered part of the versioned API surface, and they are ignored when determining the assembly version following semantic versioning. Types might be modified or removed across any version change for 'WinRT.Runtime.dll', and using them in user code is undefined behavior and not supported.", DiagnosticId = "CSWINRT3001", UrlFormat = "https://aka.ms/cswinrt/errors/{0}")]
protected override bool HasUnwrappableNativeObjectReference { get; }
}
}
- Built-in API
- Package-provided API