IFileEntitySource.GetAdditionalNonCachedFileEntitiesAsync Method
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.
Enumerates additional items that are not meant to be cached.
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableSortedSet<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.CacheFileEntity>> GetAdditionalNonCachedFileEntitiesAsync (Guid projectId, bool includeMiscellaneousProject, bool includeHiddenItems, bool includeExternalItems, Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.PathFilter? filter, System.Threading.CancellationToken cancellationToken);
abstract member GetAdditionalNonCachedFileEntitiesAsync : Guid * bool * bool * bool * Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.PathFilter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableSortedSet<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.CacheFileEntity>>
Public Function GetAdditionalNonCachedFileEntitiesAsync (projectId As Guid, includeMiscellaneousProject As Boolean, includeHiddenItems As Boolean, includeExternalItems As Boolean, filter As PathFilter, cancellationToken As CancellationToken) As Task(Of ImmutableSortedSet(Of CacheFileEntity))
Parameters
- projectId
- Guid
- includeMiscellaneousProject
- Boolean
- includeHiddenItems
- Boolean
- includeExternalItems
- Boolean
- filter
- PathFilter
- cancellationToken
- CancellationToken
Returns
Returns a sorted list of CacheFileEntity.