FileEntity Class
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.
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 |
| ToString() | |
Operators
| Equality(FileEntity, FileEntity) | |
| Inequality(FileEntity, FileEntity) |