[NotClientImplementableAttribute]
public interface IStorageBookmarkFile : IStorageFile,
IStorageItem, IDisposable, IStorageBookmarkItem<NotClientImplementableAttribute>
Public Interface IStorageBookmarkFile
Inherits IStorageFile, IStorageItem, IDisposable, IStorageBookmarkItem[<NotClientImplementableAttribute>]
type IStorageBookmarkFile =
interface
interface IStorageFile
interface IStorageItem
interface IDisposable
interface IStorageBookmarkItem
end| CanBookmark |
Returns true is item can be bookmarked and reused later.
(Inherited from IStorageItem) |
| Name |
Gets the name of the item including the file name extension if there is one.
(Inherited from IStorageItem) |
| Path |
Gets the file-system path of the item.
(Inherited from IStorageItem) |
| DeleteAsync |
Deletes the current storage item and it's contents
(Inherited from IStorageItem) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| GetBasicPropertiesAsync |
Gets the basic properties of the current item.
(Inherited from IStorageItem) |
| GetParentAsync |
Gets the parent folder of the current storage item.
(Inherited from IStorageItem) |
| MoveAsync(IStorageFolder) |
Moves the current storage item and it's contents to a IStorageFolder (Inherited from IStorageItem) |
| OpenReadAsync |
Opens a stream for read access.
(Inherited from IStorageFile) |
| OpenWriteAsync |
Opens stream for writing to the file.
(Inherited from IStorageFile) |
| ReleaseBookmarkAsync | (Inherited from IStorageBookmarkItem) |
| SaveBookmarkAsync |
Saves items to a bookmark.
(Inherited from IStorageItem) |
| TryGetLocalPath |
Gets the local file system path of the item as a string.
(Defined by StorageProviderExtensions) |