C# Class Windows.Storage.StorageFolder

Inheritance: IStorageFolder, IStorageItem, IStorageFolderQueryOperations, IStorageItemProperties
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
AreQueryOptionsSupported ( [ queryOptions ) : bool
CreateFileQueryWithOptions ( [ queryOptions ) : StorageFileQueryResult
CreateFolderQueryWithOptions ( [ queryOptions ) : StorageFolderQueryResult
CreateItemQuery ( ) : StorageItemQueryResult
CreateItemQueryWithOptions ( [ queryOptions ) : StorageItemQueryResult
GetBasicPropertiesAsync ( ) : IAsyncOperation
GetFileAsync ( [ name ) : IAsyncOperation
GetFolderAsync ( [ name ) : IAsyncOperation
GetFolderFromPathAsync ( [ path ) : IAsyncOperation
GetIndexedStateAsync ( ) : IAsyncOperation
GetItemAsync ( [ name ) : IAsyncOperation
IsCommonFileQuerySupported ( [ query ) : bool
IsCommonFolderQuerySupported ( [ query ) : bool
IsOfType ( [ type ) : bool

Private Methods

Méthode Description
CreateFileAsync ( [ desiredName ) : IAsyncOperation
CreateFileAsync ( [ desiredName, [ options ) : IAsyncOperation
CreateFileQuery ( ) : StorageFileQueryResult
CreateFileQuery ( [ query ) : StorageFileQueryResult
CreateFolderAsync ( [ desiredName ) : IAsyncOperation
CreateFolderAsync ( [ desiredName, [ options ) : IAsyncOperation
CreateFolderQuery ( ) : StorageFolderQueryResult
CreateFolderQuery ( [ query ) : StorageFolderQueryResult
DeleteAsync ( ) : IAsyncAction
DeleteAsync ( [ option ) : IAsyncAction
GetFilesAsync ( ) : IAsyncOperation>
GetFilesAsync ( [ query ) : IAsyncOperation>
GetFilesAsync ( [ query, [ startIndex, [ maxItemsToRetrieve ) : IAsyncOperation>
GetFoldersAsync ( ) : IAsyncOperation>
GetFoldersAsync ( [ query ) : IAsyncOperation>
GetFoldersAsync ( [ query, [ startIndex, [ maxItemsToRetrieve ) : IAsyncOperation>
GetItemsAsync ( ) : IAsyncOperation>
GetItemsAsync ( [ startIndex, [ maxItemsToRetrieve ) : IAsyncOperation>
GetThumbnailAsync ( [ mode ) : IAsyncOperation
GetThumbnailAsync ( [ mode, [ requestedSize ) : IAsyncOperation
GetThumbnailAsync ( [ mode, [ requestedSize, [ options ) : IAsyncOperation
RenameAsync ( [ desiredName ) : IAsyncAction
RenameAsync ( [ desiredName, [ option ) : IAsyncAction

Method Details

AreQueryOptionsSupported() public méthode

public AreQueryOptionsSupported ( [ queryOptions ) : bool
queryOptions [
Résultat bool

CreateFileQueryWithOptions() public méthode

public CreateFileQueryWithOptions ( [ queryOptions ) : StorageFileQueryResult
queryOptions [
Résultat Windows.Storage.Search.StorageFileQueryResult

CreateFolderQueryWithOptions() public méthode

public CreateFolderQueryWithOptions ( [ queryOptions ) : StorageFolderQueryResult
queryOptions [
Résultat Windows.Storage.Search.StorageFolderQueryResult

CreateItemQuery() public méthode

public CreateItemQuery ( ) : StorageItemQueryResult
Résultat Windows.Storage.Search.StorageItemQueryResult

CreateItemQueryWithOptions() public méthode

public CreateItemQueryWithOptions ( [ queryOptions ) : StorageItemQueryResult
queryOptions [
Résultat Windows.Storage.Search.StorageItemQueryResult

GetBasicPropertiesAsync() public méthode

public GetBasicPropertiesAsync ( ) : IAsyncOperation
Résultat IAsyncOperation

GetFileAsync() public méthode

public GetFileAsync ( [ name ) : IAsyncOperation
name [
Résultat IAsyncOperation

GetFolderAsync() public méthode

public GetFolderAsync ( [ name ) : IAsyncOperation
name [
Résultat IAsyncOperation

GetFolderFromPathAsync() public static méthode

public static GetFolderFromPathAsync ( [ path ) : IAsyncOperation
path [
Résultat IAsyncOperation

GetIndexedStateAsync() public méthode

public GetIndexedStateAsync ( ) : IAsyncOperation
Résultat IAsyncOperation

GetItemAsync() public méthode

public GetItemAsync ( [ name ) : IAsyncOperation
name [
Résultat IAsyncOperation

IsCommonFileQuerySupported() public méthode

public IsCommonFileQuerySupported ( [ query ) : bool
query [
Résultat bool

IsCommonFolderQuerySupported() public méthode

public IsCommonFolderQuerySupported ( [ query ) : bool
query [
Résultat bool

IsOfType() public méthode

public IsOfType ( [ type ) : bool
type [
Résultat bool