FileEntity Class

Definition

Represents an entry on the file system.

public ref class FileEntity : IComparable<Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^>, IEquatable<Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^>
public class FileEntity : IComparable<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>, IEquatable<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>
type FileEntity = class
    interface IEquatable<FileEntity>
    interface IComparable<FileEntity>
Public Class FileEntity
Implements IComparable(Of FileEntity), IEquatable(Of FileEntity)
Inheritance
FileEntity
Implements

Constructors

FileEntity(String, FileEntityKind, Boolean, IFilePathCaseResolver)

Initializes a new instance of the FileEntity struct.

Properties

FullPath

Gets the full path to the file or folder.

HasCaseBeenResolved

Gets a value that indicates whether the values of this object are case sensitive.

Kind

Gets what kind of entry it is.

Methods

CompareTo(FileEntity)
Equals(FileEntity)
Equals(Object)
GetHashCode()
ResolveCase()

Resolves the case sensitiveness of the FullPath property if HasCaseBeenResolved is True.

ToString()

Operators

Equality(FileEntity, FileEntity)
Inequality(FileEntity, FileEntity)

Applies to